Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_sjson
Function · 0.85
parse
Function · 0.85
compile
Function · 0.85
compile_mesh_renderer
Function · 0.85
compile_sprite_renderer
Function · 0.85
compile_script
Function · 0.85
compile_animation_state_machine
Function · 0.85
compile_global_lighting
Function · 0.85
compile_resources
Function · 0.85
parse_animations
Method · 0.85
parse
Method · 0.85
Calls
3
parse_string
Function · 0.70
StringId64
Class · 0.50
c_str
Method · 0.45
Tested by
1
test_sjson
Function · 0.68