MCPcopy 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
5536String itos(int64_t p_val)
5537{
5538 return String::num_int64(p_val);
5539}
5540
5541String uitos(uint64_t p_val)
5542{

Callers 3

cleanupMethod · 0.85
~RID_AllocMethod · 0.85
parseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected