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

Method make_in

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

Source from the content-addressed store, hash-verified

165 class RemoteFunction : public RemoteFunctionBase {
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()); }

Callers

nothing calls this directly

Calls 1

make_inFunction · 0.85

Tested by

no test coverage detected