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

Function __hxcpp_dbg_getThreadInfos

src/hx/Debugger.cpp:1335–1338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1333
1334
1335Array<Dynamic> __hxcpp_dbg_getThreadInfos()
1336{
1337 return hx::GetThreadInfos();
1338}
1339
1340
1341Dynamic __hxcpp_dbg_getThreadInfo(int threadNumber, bool unsafe)

Callers

nothing calls this directly

Calls 1

GetThreadInfosFunction · 0.85

Tested by

no test coverage detected