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

Function doCycle

plugins/buildingplan/buildingplan.cpp:642–645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

640}
641
642static void doCycle(color_ostream &out) {
643 DEBUG(control,out).print("entering doCycle\n");
644 do_cycle(out);
645}
646
647static void scheduleCycle(color_ostream &out) {
648 DEBUG(control,out).print("entering scheduleCycle\n");

Callers

nothing calls this directly

Calls 2

do_cycleFunction · 0.70
printMethod · 0.45

Tested by

no test coverage detected