Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ clear_track_roles_state
Function
clear_track_roles_state
plugins/preserve-rooms.cpp:113–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
}
112
113
static void clear_track_roles_state() {
114
noble_zones.clear();
115
}
116
117
static PersistentDataItem get_config(const char * suffix, bool create = false) {
118
string key = CONFIG_KEY +
"/"
+ suffix;
Callers
2
command_result plugin_load_site_data
Function · 0.85
preserve_rooms_resetFeatureState
Function · 0.85
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected