Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ ~DbgCoreRefCountObject
Method
~DbgCoreRefCountObject
api/debuggerapi.h:78–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
T* m_object;
77
DbgCoreRefCountObject() : m_refs(0), m_object(nullptr) {}
78
virtual ~DbgCoreRefCountObject() {}
79
80
T* GetObject() const { return m_object; }
81
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected