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

Function store_zone_assignments

plugins/preserve-rooms.cpp:136–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136static void store_zone_assignments(const ZoneAssignments & data, const char * suffix) {
137 get_config(suffix, true).set_str(serialize_zone_assignments(data));
138}
139
140static void load_zone_assignments(ZoneAssignments * data, const char * suffix) {
141 PersistentDataItem c = get_config(suffix);

Callers 1

Calls 2

get_configFunction · 0.85

Tested by

no test coverage detected