Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ register_fallback
Method
register_fallback
src/resource/resource_loader.cpp:60–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
void ResourceLoader::register_fallback(StringId64 type, StringId64 name)
61
{
62
hash_map::set(_fallback, type, name);
63
}
64
65
File *ResourceLoader::open_stream(StringId64 type, StringId64 name)
66
{
Callers
1
main_loop
Method · 0.80
Calls
1
set
Class · 0.85
Tested by
no test coverage detected