| 197 | } |
| 198 | |
| 199 | static 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 | |
| 203 | static void load_noble_map(unordered_map<int32_t, vector<string>> * data, const char * suffix) { |
| 204 | PersistentDataItem c = get_config(suffix); |
no test coverage detected