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

Method ReleaseForRegistration

api/debuggerapi.h:105–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 void AddRefForRegistration() { m_registeredRef = true; }
104
105 void ReleaseForRegistration()
106 {
107 m_object = nullptr;
108 m_registeredRef = false;
109 if (m_refs == 0)
110 delete this;
111 }
112 };
113
114

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected