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

Method in

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

Source from the content-addressed store, hash-verified

136 typedef command_result (Svc::*function_type)(color_ostream &out, const In *input);
137
138 In *in() { return static_cast<In*>(RPCFunctionBase::in()); }
139
140 VoidServerMethod(RPCService *owner, const char *name, int flags, function_type fptr)
141 : 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