code_server

DATA TYPES

state() = #state{}

Functions


start_link(Args) -> term()

call(Name, Req) -> term()

system_continue(Parent, Debug, State) -> term()

system_terminate(Reason, Parent, Debug, State) -> term()

system_code_change(State::state(), Module::module(), OldVsn::term(), Extra::term()) -> {ok, state()}

error_msg(Format, Args) -> term()

info_msg(Format, Args) -> term()

View Functions