Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ add_tree
Method
add_tree
src/resource/data_compiler.cpp:690–693 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
688
}
689
690
void DataCompiler::add_tree(const char *path)
691
{
692
notify_add_tree(path);
693
}
694
695
void DataCompiler::remove_tree(const char *path)
696
{
Callers
nothing calls this directly
Calls
1
notify_add_tree
Function · 0.85
Tested by
no test coverage detected