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

Method RegisterGroup

settings.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41
42bool Settings::RegisterGroup(const string& group, const string& title)
43{
44 return BNSettingsRegisterGroup(m_object, group.c_str(), title.c_str());
45}
46
47
48bool Settings::RegisterSetting(const string& key, const string& properties)

Callers 2

triage.cppFile · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected