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

Method in

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

Source from the content-addressed store, hash-verified

81 typedef command_result (*function_type)(color_ostream &out, const In *input, Out *output);
82
83 In *in() { return static_cast<In*>(RPCFunctionBase::in()); }
84 Out *out() { return static_cast<Out*>(RPCFunctionBase::out()); }
85
86 ServerFunction(RPCService *owner, const char *name, int flags, function_type fptr)

Callers

nothing calls this directly

Calls 1

inFunction · 0.85

Tested by

no test coverage detected