MCPcopy Create free account
hub / github.com/Vector35/debugger / operator==

Method operator==

api/debuggerapi.h:369–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367 uint64_t offset;
368
369 bool operator==(const ModuleNameAndOffset& other) const
370 {
371 return (module == other.module) && (offset == other.offset);
372 }
373 bool operator!=(const ModuleNameAndOffset& other) const { return !(*this == other); }
374 bool operator<(const ModuleNameAndOffset& other) const
375 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected