Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ operator==
Function
operator==
core/refcountobject.h:180–183 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
178
}
179
180
bool operator==(const DbgRef<T>& obj) const
181
{
182
return m_obj == obj.m_obj;
183
}
184
185
bool operator!=(const DbgRef<T>& obj) const
186
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected