MCPcopy Create free account
hub / github.com/CytopiaTeam/Cytopia / ScriptWeakRefDestruct

Function ScriptWeakRefDestruct

external/as_add_on/weakref/weakref.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27static void ScriptWeakRefDestruct(CScriptWeakRef *obj)
28{
29 obj->~CScriptWeakRef();
30}
31
32static bool ScriptWeakRefTemplateCallback(asITypeInfo *ti, bool &/*dontGarbageCollect*/)
33{

Callers

nothing calls this directly

Calls 1

~CScriptWeakRefMethod · 0.80

Tested by

no test coverage detected