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

Method in

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

Source from the content-addressed store, hash-verified

99 typedef command_result (*function_type)(color_ostream &out, const In *input);
100
101 In *in() { return static_cast<In*>(RPCFunctionBase::in()); }
102
103 VoidServerFunction(RPCService *owner, const char *name, int flags, function_type fptr)
104 : ServerFunctionBase(&In::default_instance(), &EmptyMessage::default_instance(), owner, name, flags),

Callers

nothing calls this directly

Calls 1

inFunction · 0.85

Tested by

no test coverage detected