MCPcopy Create free account
hub / github.com/DFHack/dfhack / ~Connected

Method ~Connected

plugins/devel/kittens.cpp:302–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300 return this;
301 }
302 ~Connected() {
303 INFO(command,*out).print("Connected {} had {} count. "
304 "It was caller {} times. "
305 "It was callee {} times.\n",
306 id, count, caller, callee.load());
307 }
308};
309
310command_result sharedsignal (color_ostream &out, vector <string> & parameters)

Callers

nothing calls this directly

Calls 2

printMethod · 0.45
loadMethod · 0.45

Tested by

no test coverage detected