Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ toString
Method
toString
src/hx/thread/ThreadImpl.cpp:84–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
String hx::thread::ThreadImpl_obj::toString()
85
{
86
return String(id);
87
}
88
89
hx::thread::Thread hx::thread::Thread_obj::current()
90
{
Callers
12
ScriptableToString
Function · 0.45
runString
Method · 0.45
ValToString
Function · 0.45
runString
Method · 0.45
runString
Method · 0.45
runString
Method · 0.45
runString
Method · 0.45
SLJIT_CALL objToStr
Function · 0.45
SLJIT_CALL objectToStringPointer
Function · 0.45
pushArgDynamic
Method · 0.45
runString
Method · 0.45
runToString
Method · 0.45
Calls
1
String
Class · 0.50
Tested by
no test coverage detected