MCPcopy Create free account
hub / github.com/crownengine/crown / parse_guid

Function parse_guid

src/core/json/sjson.cpp:682–688  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

680 }
681
682 Guid parse_guid(const char *json)
683 {
684 TempAllocator64 ta;
685 DynamicString str(ta);
686 sjson::parse_string(str, json);
687 return guid::parse(str.c_str());
688 }
689
690 void parse_verbatim(DynamicString &str, const char *json)
691 {

Callers 9

test_sjsonFunction · 0.85
joint_common_parseFunction · 0.85
compile_lod_groupFunction · 0.85
object_indexFunction · 0.85
parse_unit_internalFunction · 0.85
assign_unit_indicesFunction · 0.85
parse_transitionsMethod · 0.85
parse_statesMethod · 0.85
parseMethod · 0.85

Calls 3

parse_stringFunction · 0.70
parseFunction · 0.70
c_strMethod · 0.45

Tested by 1

test_sjsonFunction · 0.68