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

Method out

library/include/RemoteClient.h:170–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168 In *in() { return static_cast<In*>(RemoteFunctionBase::in()); }
169 Out *make_out() const { return static_cast<Out*>(RemoteFunctionBase::make_out()); }
170 Out *out() { return static_cast<Out*>(RemoteFunctionBase::out()); }
171
172 RemoteFunction() : RemoteFunctionBase(&In::default_instance(), &Out::default_instance()) {}
173

Callers

nothing calls this directly

Calls 1

outFunction · 0.85

Tested by

no test coverage detected