MCPcopy 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
84String hx::thread::ThreadImpl_obj::toString()
85{
86 return String(id);
87}
88
89hx::thread::Thread hx::thread::Thread_obj::current()
90{

Callers 12

ScriptableToStringFunction · 0.45
runStringMethod · 0.45
ValToStringFunction · 0.45
runStringMethod · 0.45
runStringMethod · 0.45
runStringMethod · 0.45
runStringMethod · 0.45
SLJIT_CALL objToStrFunction · 0.45
pushArgDynamicMethod · 0.45
runStringMethod · 0.45
runToStringMethod · 0.45

Calls 1

StringClass · 0.50

Tested by

no test coverage detected