Skip to content
This repository has been archived by the owner on Sep 9, 2023. It is now read-only.

Commit

Permalink
Export subset of functions for external callers
Browse files Browse the repository at this point in the history
  • Loading branch information
norton committed Apr 13, 2011
1 parent 3bdbb81 commit 8ea00f4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/meck.erl
Expand Up @@ -44,6 +44,14 @@
-export([code_change/3]).
-export([exec/4]).

%% Library exports
-export([abstract_code/1]).
-export([beam_file/1]).
-export([compile_forms/2]).
-export([compile_options/1]).
-export([rename_module/2]).


%% Types
%% @type meck_mfa() = {Mod::atom(), Func::atom(), Args::list(term())}.
%% Module, function and arguments that the mock module got called with.
Expand Down

0 comments on commit 8ea00f4

Please sign in to comment.