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

Function preserve_rooms_cycle

plugins/preserve-rooms.cpp:614–617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

612//
613
614static void preserve_rooms_cycle(color_ostream &out) {
615 DEBUG(control,out).print("preserve_rooms_cycle\n");
616 do_cycle(out);
617}
618
619static bool preserve_rooms_setFeature(color_ostream &out, bool enabled, string feature) {
620 DEBUG(control,out).print("preserve_rooms_setFeature: enabled={}, feature={}\n",

Callers

nothing calls this directly

Calls 2

do_cycleFunction · 0.70
printMethod · 0.45

Tested by

no test coverage detected