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

Method is_same_base_module

api/python/debuggercontroller.py:119–120  ·  view source on GitHub ↗
(module1: str, module2: str)

Source from the content-addressed store, hash-verified

117
118 @staticmethod
119 def is_same_base_module(module1: str, module2: str) -> bool:
120 return dbgcore.BNDebuggerIsSameBaseModule(module1, module2)
121
122 def __eq__(self, other):
123 if not isinstance(other, self.__class__):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected