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

Function do_cycle

plugins/suspendmanager.cpp:936–944  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

934//
935
936static void do_cycle(color_ostream &out) {
937 // mark that we have recently run
938 cycle_timestamp = world->frame_counter;
939 cycle_needed = false;
940
941 DEBUG(cycle,out).print("running {} cycle\n", plugin_name);
942
943 suspendmanager_instance->do_cycle(out);
944}
945
946
947/////////////////////////////////////////////////////

Callers 4

do_commandFunction · 0.70

Calls 2

printMethod · 0.45
do_cycleMethod · 0.45

Tested by

no test coverage detected