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

Method out

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

Source from the content-addressed store, hash-verified

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)
87 : ServerFunctionBase(&In::default_instance(), &Out::default_instance(), owner, name, flags),

Callers

nothing calls this directly

Calls 1

outFunction · 0.85

Tested by

no test coverage detected