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

Function store_noble_map

plugins/preserve-rooms.cpp:199–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199static void store_noble_map(const unordered_map<int32_t, vector<string>> & data, const char * suffix) {
200 get_config(suffix, true).set_str(serialize_noble_map(data));
201}
202
203static void load_noble_map(unordered_map<int32_t, vector<string>> * data, const char * suffix) {
204 PersistentDataItem c = get_config(suffix);

Callers 1

Calls 2

get_configFunction · 0.85
serialize_noble_mapFunction · 0.85

Tested by

no test coverage detected