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

Function parse_string_id

src/core/json/sjson.cpp:666–672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

664 }
665
666 StringId32 parse_string_id(const char *json)
667 {
668 TempAllocator256 ta;
669 DynamicString str(ta);
670 sjson::parse_string(str, json);
671 return str.to_string_id();
672 }
673
674 StringId64 parse_resource_name(const char *json)
675 {

Callers 15

test_sjsonFunction · 0.85
parse_framesFunction · 0.85
parseFunction · 0.85
compileFunction · 0.85
compile_actorFunction · 0.85
compile_moverFunction · 0.85
parseMethod · 0.85
compile_transformFunction · 0.85
compile_mesh_rendererFunction · 0.85
compile_tonemapFunction · 0.85
unit_has_component_typeFunction · 0.85
parse_unit_internalFunction · 0.85

Calls 1

parse_stringFunction · 0.70

Tested by 1

test_sjsonFunction · 0.68