Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1335
Array<Dynamic> __hxcpp_dbg_getThreadInfos()
1336
{
1337
return hx::GetThreadInfos();
1338
}
1339
1340
1341
Dynamic __hxcpp_dbg_getThreadInfo(int threadNumber, bool unsafe)
Callers
nothing calls this directly
Calls
1
GetThreadInfos
Function · 0.85
Tested by
no test coverage detected