MCPcopy Create free account
hub / github.com/Vector35/debugger / ~DebugAdapterScriptingInstance

Method ~DebugAdapterScriptingInstance

ui/debugadapterscriptingprovider.cpp:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50
51DebugAdapterScriptingInstance::~DebugAdapterScriptingInstance()
52{
53 if (m_controller)
54 m_controller->RemoveEventCallback(m_debuggerEventCallback);
55}
56
57
58void DebugAdapterScriptingInstance::SetCurrentBinaryView(BinaryNinja::BinaryView* view)

Callers

nothing calls this directly

Calls 1

RemoveEventCallbackMethod · 0.45

Tested by

no test coverage detected