Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
~DebuggerContext
Method · 0.85
~NativeAttach
Function · 0.85
Calls
1
PopTopOfStack
Function · 0.85
Tested by
no test coverage detected