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

Function in

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

Source from the content-addressed store, hash-verified

112 }
113
114 message_type *in() {
115 if (!p_in) p_in = make_in();
116 return p_in;
117 }
118
119 message_type *make_out() const {
120 return p_out_template->New();

Callers 12

inMethod · 0.85
executeMethod · 0.85
inMethod · 0.85
executeMethod · 0.85
inMethod · 0.85
executeMethod · 0.85
inMethod · 0.85
executeMethod · 0.85
inMethod · 0.85
operator()Method · 0.85
inMethod · 0.85
operator()Method · 0.85

Calls 1

make_inFunction · 0.85

Tested by

no test coverage detected