Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
642
static void doCycle(color_ostream &out) {
643
DEBUG(control,out).print(
"entering doCycle\n"
);
644
do_cycle(out);
645
}
646
647
static void scheduleCycle(color_ostream &out) {
648
DEBUG(control,out).print(
"entering scheduleCycle\n"
);
Callers
nothing calls this directly
Calls
2
do_cycle
Function · 0.70
print
Method · 0.45
Tested by
no test coverage detected