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

Method Settings

settings.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7
8Settings::Settings(BNSettings* settings)
9{
10 m_object = settings;
11}
12
13
14Settings::Settings(const std::string& instanceId) : m_instanceId(instanceId)

Callers 10

defaultMethod · 0.45
get_load_settingsMethod · 0.45
fuzzy_matchFunction · 0.45
perform_requestMethod · 0.45
_python_binMethod · 0.45
_install_modulesMethod · 0.45
connectMethod · 0.45

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected