MCPcopy Create free account
hub / github.com/MayaPosch/NymphCast / ~CScriptWeakRef

Method ~CScriptWeakRef

src/server/angelscript/add_on/weakref/weakref.cpp:93–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93CScriptWeakRef::~CScriptWeakRef()
94{
95 if( m_type )
96 m_type->Release();
97 if( m_weakRefFlag )
98 m_weakRefFlag->Release();
99}
100
101CScriptWeakRef &CScriptWeakRef::operator =(const CScriptWeakRef &other)
102{

Callers 3

ScriptWeakRefConstruct2Function · 0.80
ScriptWeakRefDestructFunction · 0.80

Calls 1

ReleaseMethod · 0.45

Tested by

no test coverage detected