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

Method Set

settings.cpp:281–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279
280
281bool Settings::Set(const string& key, bool value, Ref<BinaryView> view, BNSettingsScope scope)
282{
283 return BNSettingsSetBool(m_object, view ? view->GetObject() : nullptr, nullptr, scope, key.c_str(), value);
284}
285
286
287bool Settings::Set(const string& key, double value, Ref<BinaryView> view, BNSettingsScope scope)

Callers 11

mainFunction · 0.45
mainFunction · 0.45
InitMethod · 0.45
InitializeHeaderMethod · 0.45
InitMethod · 0.45
mainFunction · 0.45
InitMethod · 0.45
openSelectedFilesMethod · 0.45
startFullAnalysisMethod · 0.45

Calls 3

c_strMethod · 0.80
GetObjectMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected