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

Function resetFilters

plugins/buildingplan/buildingplan.cpp:595–598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

593}
594
595static void resetFilters(color_ostream &out) {
596 DEBUG(control,out).print("entering resetFilters\n");
597 reset_filters(out);
598}
599
600static void setIgnoreBurrow(color_ostream &out, string burrow_name){
601 DEBUG(control,out).print("entering setIgnoreBurrow\n");

Callers

nothing calls this directly

Calls 2

reset_filtersFunction · 0.85
printMethod · 0.45

Tested by

no test coverage detected