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

Function make_in

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

Source from the content-addressed store, hash-verified

108 const message_type *const p_out_template;
109
110 message_type *make_in() const {
111 return p_in_template->New();
112 }
113
114 message_type *in() {
115 if (!p_in) p_in = make_in();

Callers 3

inFunction · 0.85
make_inMethod · 0.85
make_inMethod · 0.85

Calls 1

NewMethod · 0.45

Tested by

no test coverage detected