MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / Destruct

Function Destruct

Sources/Jazz2/Scripting/RegisterRef.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 }
26
27 static void Destruct(CScriptHandle* self)
28 {
29 self->~CScriptHandle();
30 }
31
32 CScriptHandle::CScriptHandle()
33 {

Callers 3

RemoveRangeMethod · 0.85
ResizeMethod · 0.85
DeleteBufferMethod · 0.85

Calls 1

~CScriptHandleMethod · 0.80

Tested by

no test coverage detected