MCPcopy 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
358void tlmAttach(Telemetry *inTelemetry, StackContext *inStack)
359{
360 inTelemetry->attach(inStack);
361}
362
363void tlmDetach(Telemetry *inTelemetry)
364{

Callers 1

onThreadAttachMethod · 0.85

Calls 1

attachMethod · 0.45

Tested by

no test coverage detected