| 173 | |
| 174 | |
| 175 | bool Settings::DeserializeSchema(const string& schema, BNSettingsScope scope, bool merge) |
| 176 | { |
| 177 | return BNSettingsDeserializeSchema(m_object, schema.c_str(), scope, merge); |
| 178 | } |
| 179 | |
| 180 | |
| 181 | string Settings::SerializeSchema() |
no test coverage detected