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

Method clearFocusStringCache

library/modules/Gui.cpp:920–922  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

918static std::unordered_map<df::viewscreen *, vector<string>> cached_focus_strings;
919
920void Gui::clearFocusStringCache() {
921 cached_focus_strings.clear();
922}
923
924bool Gui::matchFocusString(std::string focus_string, df::viewscreen *top) {
925 if (!top)

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected