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

Method IsSameBaseModule

core/debuggercommon.h:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68
69 bool IsSameBaseModule(const ModuleNameAndOffset& other) const
70 {
71 return ((module == other.module) || (GetPathBaseName(module) == GetPathBaseName(other.module)));
72 }
73
74
75 bool IsSameBaseModule(const std::string& other) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected