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

Function __hxcpp_dbg_getThreadInfo

src/hx/Debugger.cpp:1341–1344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1339
1340
1341Dynamic __hxcpp_dbg_getThreadInfo(int threadNumber, bool unsafe)
1342{
1343 return hx::GetThreadInfo(threadNumber, unsafe);
1344}
1345
1346
1347int __hxcpp_dbg_addFileLineBreakpoint(String fileName, int lineNumber)

Callers

nothing calls this directly

Calls 1

GetThreadInfoFunction · 0.85

Tested by

no test coverage detected