Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ tlmAttach
Function
tlmAttach
src/hx/Telemetry.cpp:358–361 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
356
}
357
358
void tlmAttach(Telemetry *inTelemetry, StackContext *inStack)
359
{
360
inTelemetry->attach(inStack);
361
}
362
363
void tlmDetach(Telemetry *inTelemetry)
364
{
Callers
1
onThreadAttach
Method · 0.85
Calls
1
attach
Method · 0.45
Tested by
no test coverage detected