MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / DeserializeSchema

Method DeserializeSchema

settings.cpp:175–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

MachoViewMethod · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected