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

Function parse_resource_name

src/core/json/sjson.cpp:674–680  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

672 }
673
674 StringId64 parse_resource_name(const char *json)
675 {
676 TempAllocator256 ta;
677 DynamicString str(ta);
678 sjson::parse_string(str, json);
679 return StringId64(str.c_str());
680 }
681
682 Guid parse_guid(const char *json)
683 {

Callers 11

test_sjsonFunction · 0.85
parseFunction · 0.85
compileFunction · 0.85
compile_mesh_rendererFunction · 0.85
compile_sprite_rendererFunction · 0.85
compile_scriptFunction · 0.85
compile_global_lightingFunction · 0.85
compile_resourcesFunction · 0.85
parse_animationsMethod · 0.85
parseMethod · 0.85

Calls 3

parse_stringFunction · 0.70
StringId64Class · 0.50
c_strMethod · 0.45

Tested by 1

test_sjsonFunction · 0.68