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

Method Contains

settings.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53
54bool Settings::Contains(const string& key)
55{
56 return BNSettingsContains(m_object, key.c_str());
57}
58
59
60bool Settings::IsEmpty()

Callers 15

MachoViewMethod · 0.45
InitMethod · 0.45
InitializeHeaderMethod · 0.45
InitMethod · 0.45
InitializeMethod · 0.45
InitControllerMethod · 0.45
GetWorkflowStateFunction · 0.45

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected