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

Method is_first_launch

api/python/debuggercontroller.py:1392–1393  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1390
1391 @property
1392 def is_first_launch(self):
1393 return dbgcore.BNDebuggerIsFirstLaunch(self.handle)
1394
1395 def __del__(self):
1396 if dbgcore is not None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected