Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ parse
Function
parse
src/core/guid.cpp:66–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
Guid parse(const char *str)
67
{
68
Guid guid;
69
try_parse(guid, str);
70
return guid;
71
}
72
73
bool try_parse(Guid &guid, const char *str)
74
{
Callers
15
test_dynamic_string
Function · 0.70
test_guid
Function · 0.70
test_sjson
Function · 0.70
device_message_resize
Function · 0.50
refresh
Method · 0.50
parse_physics
Function · 0.50
parse_renderer_settings
Function · 0.50
parse_platform_settings
Function · 0.50
parse
Method · 0.50
parse
Method · 0.50
load
Method · 0.50
message_command
Function · 0.50
Calls
1
try_parse
Function · 0.85
Tested by
3
test_dynamic_string
Function · 0.56
test_guid
Function · 0.56
test_sjson
Function · 0.56