View Source hank_context (rebar3_hank v1.4.1)
Link to this section Summary
Functions
Return the root folder for an app.
Build a context from a rebar3 state.
Build a context from scratch.
OTP applications included in the project.
Link to this section Types
-type apps_dirs() :: #{atom() => file:filename()}.
-opaque t()
Link to this section Functions
-spec app_dir(atom(), t()) -> undefined | file:filename().
-spec from_rebar_state(rebar_state:t()) -> t().
-spec project_apps(t()) -> [atom()].