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

Function detach

include/hx/Native.h:119–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 }
118 }
119 void detach()
120 {
121 if (isAttached)
122 {
123 isAttached = false;
124 hx::PopTopOfStack();
125 }
126 }
127 };
128
129 template<typename T>

Callers 2

~DebuggerContextMethod · 0.85
~NativeAttachFunction · 0.85

Calls 1

PopTopOfStackFunction · 0.85

Tested by

no test coverage detected