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

Function BNDebuggerIsFirstLaunch

core/ffi.cpp:990–993  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

988
989
990bool BNDebuggerIsFirstLaunch(BNDebuggerController* controller)
991{
992 return controller->object->IsFirstLaunch();
993}
994
995
996void BNDebuggerPostDebuggerEvent(BNDebuggerController* controller, BNDebuggerEvent* event)

Callers 1

IsFirstLaunchMethod · 0.85

Calls 1

IsFirstLaunchMethod · 0.45

Tested by

no test coverage detected