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

Method clean

src/hx/Thread.cpp:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 return result;
24 }
25 static void clean(hx::Object *inObj)
26 {
27 Deque *d = dynamic_cast<Deque *>(inObj);
28 if (d) d->Clean();
29 }
30 void Clean()
31 {
32 #ifdef HX_WINDOWS

Callers

nothing calls this directly

Calls 1

CleanMethod · 0.45

Tested by

no test coverage detected