Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ tlmCreate
Function
tlmCreate
src/hx/Telemetry.cpp:348–351 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
346
347
348
Telemetry *tlmCreate(StackContext *inStack)
349
{
350
return new Telemetry(inStack, true, false);
351
}
352
353
void tlmDestroy(Telemetry *inTelemetry)
354
{
Callers
1
StackContext
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected