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

Method operator==

core/debugadapter.h:125–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 DebugBreakpoint() {}
124
125 bool operator==(const DebugBreakpoint& rhs) const { return this->m_address == rhs.m_address; }
126
127 bool operator!() const { return !this->m_address && !this->m_id && !this->m_is_active; }
128 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected