MCPcopy 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
348Telemetry *tlmCreate(StackContext *inStack)
349{
350 return new Telemetry(inStack, true, false);
351}
352
353void tlmDestroy(Telemetry *inTelemetry)
354{

Callers 1

StackContextMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected