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

Method in

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

Source from the content-addressed store, hash-verified

166 public:
167 In *make_in() const { return static_cast<In*>(RemoteFunctionBase::make_in()); }
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

Callers

nothing calls this directly

Calls 1

inFunction · 0.85

Tested by

no test coverage detected