Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
bool Settings::Contains(const string& key)
55
{
56
return BNSettingsContains(m_object, key.c_str());
57
}
58
59
60
bool Settings::IsEmpty()
Callers
15
GetLoadSettingsForData
Method · 0.45
MachoView
Method · 0.45
Init
Method · 0.45
InitializeHeader
Method · 0.45
GetLoadSettingsForData
Method · 0.45
Init
Method · 0.45
GetLoadSettingsForData
Method · 0.45
SharedCacheMachOProcessor
Method · 0.45
Initialize
Method · 0.45
GetLoadSettingsForData
Method · 0.45
InitController
Method · 0.45
GetWorkflowState
Function · 0.45
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected