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

Method __len__

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

Source from the content-addressed store, hash-verified

215 dbgcore.BNDebuggerSetRegisterValue(self.handle, name, val)
216
217 def __len__(self):
218 return len(self.regs)
219
220
221class DebugBreakpoint:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected