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

Method fileresult

plugins/embark-assistant/overlay.cpp:532–536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

530//====================================================================
531
532void embark_assist::overlay::fileresult() {
533 // Have to search twice, as the first pass cannot be complete due to mutual dependencies.
534 state->fileresult = true;
535 embark_assist::finder_ui::init(embark_assist::overlay::plugin_self, state->find_callback, state->max_inorganic, true);
536}
537
538//====================================================================
539

Callers

nothing calls this directly

Calls 1

initFunction · 0.50

Tested by

no test coverage detected