Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ do_cycle
Method
do_cycle
plugins/tailor.cpp:827–836 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
825
}
826
827
int do_cycle()
828
{
829
reset();
830
scan_clothing();
831
scan_materials();
832
scan_replacements();
833
scan_existing_orders();
834
create_orders();
835
return place_orders();
836
}
837
838
};
839
Callers
1
do_cycle
Function · 0.45
Calls
1
reset
Function · 0.70
Tested by
no test coverage detected