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

Function out

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

Source from the content-addressed store, hash-verified

121 }
122
123 message_type *out() {
124 if (!p_out) p_out = make_out();
125 return p_out;
126 }
127
128 void reset(bool free = false);
129

Callers 7

outMethod · 0.85
executeMethod · 0.85
outMethod · 0.85
executeMethod · 0.85
outMethod · 0.85
operator()Method · 0.85
operator()Method · 0.85

Calls 1

make_outFunction · 0.85

Tested by

no test coverage detected