MCPcopy Create free account
hub / github.com/Vector35/debugger / IsFirstLaunch

Method IsFirstLaunch

api/debuggercontroller.cpp:804–807  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

802
803
804bool DebuggerController::IsFirstLaunch()
805{
806 return BNDebuggerIsFirstLaunch(m_object);
807}
808
809
810void DebuggerController::PostDebuggerEvent(const DebuggerEvent &event)

Callers 2

performLaunchMethod · 0.45
SetupMenuMethod · 0.45

Calls 1

BNDebuggerIsFirstLaunchFunction · 0.85

Tested by

no test coverage detected