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

Method UpdateProperty

settings.cpp:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105
106
107bool Settings::UpdateProperty(const std::string& key, const std::string& property)
108{
109 return BNSettingsUpdateProperty(m_object, key.c_str(), property.c_str());
110}
111
112
113bool Settings::UpdateProperty(const std::string& key, const std::string& property, bool value)

Callers 11

InitUniversalViewTypeMethod · 0.80
MachoViewMethod · 0.80

Calls 2

c_strMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected