MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / __hxcpp_hxt_stash_telemetry

Function __hxcpp_hxt_stash_telemetry

src/hx/Telemetry.cpp:580–588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

578}
579
580void __hxcpp_hxt_stash_telemetry()
581{
582#ifdef HXCPP_STACK_TRACE
583 // Operates on the current thread, no mutexes needed
584 hx::StackContext *stack = hx::StackContext::getCurrent();
585 if (stack->mTelemetry)
586 stack->mTelemetry->Stash();
587#endif
588}
589
590// Operates on the socket writer thread
591TelemetryFrame* __hxcpp_hxt_dump_telemetry(int thread_num)

Callers

nothing calls this directly

Calls 1

StashMethod · 0.80

Tested by

no test coverage detected