Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ itos
Function
itos
modules/gui/gui/src/backend/text_server/ustring.cpp:5536–5539 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5534
}
5535
5536
String itos(int64_t p_val)
5537
{
5538
return String::num_int64(p_val);
5539
}
5540
5541
String uitos(uint64_t p_val)
5542
{
Callers
3
cleanup
Method · 0.85
~RID_Alloc
Method · 0.85
parse
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected