MCPcopy 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
41const char *StringId32::to_string(char *buf, u32 len) const
42{
43 stbsp_snprintf(buf, len, "%.8x", _id);
44 return buf;
45}
46
47StringId64::StringId64(const char *str)
48{

Callers 8

test_string_idFunction · 0.80
from_string_idMethod · 0.80
try_loadMethod · 0.80
geometryMethod · 0.80
flatten_unitFunction · 0.80
onlineMethod · 0.80
parseMethod · 0.80
load_apiFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_string_idFunction · 0.64