MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / ~DSCRef

Method ~DSCRef

view/sharedcache/api/sharedcacheapi.h:130–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128 }
129
130 ~DSCRef()
131 {
132 if (m_obj)
133 {
134 m_obj->Release();
135#ifdef BN_REF_COUNT_DEBUG
136 BNUnregisterObjectRefDebugTrace(typeid(T).name(), m_assignmentTrace);
137#endif
138 }
139 }
140
141 DSCRef<T>& operator=(const BinaryNinja::Ref<T>& obj)
142 {

Callers

nothing calls this directly

Calls 2

ReleaseMethod · 0.45
nameMethod · 0.45

Tested by

no test coverage detected