Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ ~NativeAttach
Function
~NativeAttach
include/hx/Native.h:107–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
attach();
106
}
107
~NativeAttach()
108
{
109
detach();
110
}
111
void attach()
112
{
113
if (!isAttached)
Callers
nothing calls this directly
Calls
1
detach
Function · 0.85
Tested by
no test coverage detected