MCPcopy Create free account
hub / github.com/Vector35/debugger / AddRef

Method AddRef

api/debuggerapi.h:89–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 }
88
89 void AddRef()
90 {
91 if (m_object && (m_refs != 0))
92 AddObjectReference(m_object);
93 AddRefInternal();
94 }
95
96 void Release()
97 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected