MCPcopy Create free account
hub / github.com/DFHack/dfhack / in

Method in

library/include/RemoteServer.h:118–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 typedef command_result (Svc::*function_type)(color_ostream &out, const In *input, Out *output);
117
118 In *in() { return static_cast<In*>(RPCFunctionBase::in()); }
119 Out *out() { return static_cast<Out*>(RPCFunctionBase::out()); }
120
121 ServerMethod(RPCService *owner, const char *name, int flags, function_type fptr)

Callers 4

bindMethod · 0.45
run_commandMethod · 0.45
mainFunction · 0.45
threadFnMethod · 0.45

Calls 1

inFunction · 0.85

Tested by

no test coverage detected