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

Method operator!

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

Source from the content-addressed store, hash-verified

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 };
129
130 struct DebugRegister

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected