Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ attach
Function
attach
include/hx/Native.h:111–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
detach();
110
}
111
void attach()
112
{
113
if (!isAttached)
114
{
115
isAttached = true;
116
hx::PushTopOfStack(this);
117
}
118
}
119
void detach()
120
{
121
if (isAttached)
Callers
1
Native.h
File · 0.85
Calls
1
PushTopOfStack
Function · 0.85
Tested by
no test coverage detected