Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ chr
Method
chr
modules/gui/gui/src/backend/text_server/ustring.cpp:1718–1722 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1716
}
1717
1718
String String::chr(char32_t p_char)
1719
{
1720
char32_t c[2] = { p_char, 0 };
1721
return String(c);
1722
}
1723
1724
String String::num(double p_num, int p_decimals)
1725
{
Callers
nothing calls this directly
Calls
1
String
Class · 0.70
Tested by
no test coverage detected