MCPcopy 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_stringFunction · 0.70
test_guidFunction · 0.70
test_sjsonFunction · 0.70
device_message_resizeFunction · 0.50
refreshMethod · 0.50
parse_physicsFunction · 0.50
parse_renderer_settingsFunction · 0.50
parse_platform_settingsFunction · 0.50
parseMethod · 0.50
parseMethod · 0.50
loadMethod · 0.50
message_commandFunction · 0.50

Calls 1

try_parseFunction · 0.85

Tested by 3

test_dynamic_stringFunction · 0.56
test_guidFunction · 0.56
test_sjsonFunction · 0.56