MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / finalize

Method finalize

src/hx/libs/std/Process.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 }
94
95 static void finalize(Dynamic obj)
96 {
97 ((vprocess *)(obj.mPtr))->destroy();
98 }
99
100 String toString() HXCPP_OVERRIDE { return HX_CSTRING("vprocess"); }
101};

Callers

nothing calls this directly

Calls 1

destroyMethod · 0.45

Tested by

no test coverage detected