Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ to_string
Method
to_string
src/core/strings/string_id.cpp:41–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
const char *StringId32::to_string(char *buf, u32 len) const
42
{
43
stbsp_snprintf(buf, len,
"%.8x"
, _id);
44
return buf;
45
}
46
47
StringId64::StringId64(const char *str)
48
{
Callers
8
test_string_id
Function · 0.80
from_string_id
Method · 0.80
try_load
Method · 0.80
geometry
Method · 0.80
flatten_unit
Function · 0.80
online
Method · 0.80
parse
Method · 0.80
load_api
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_string_id
Function · 0.64