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

Method out

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

Source from the content-addressed store, hash-verified

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

Callers 5

bindMethod · 0.45
suspend_gameMethod · 0.45
resume_gameMethod · 0.45
mainFunction · 0.45
threadFnMethod · 0.45

Calls 1

outFunction · 0.85

Tested by

no test coverage detected