Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ operator!
Function
operator!
core/refcountobject.h:170–173 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
168
}
169
170
bool operator!() const
171
{
172
return m_obj == NULL;
173
}
174
175
T* GetPtr() const
176
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected