swirl_code_server (swirl v0.2.8)

View Source

Summary

Types

module_vsn/0

-type module_vsn() :: pos_integer().

Functions

code_change(OldVsn, State, Extra)

get_module(Node, Module, ModuleVsn)

-spec get_module(node(), module(), module_vsn()) -> ok.

handle_call(Request, From, State)

handle_cast(Msg, State)

handle_info(Info, State)

init(_)

start_link()

-spec start_link() -> {ok, pid()}.

terminate(Reason, State)

version(Module)

-spec version(module()) -> {ok, module_vsn()} | {error, term()}.