MCPcopy 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
690void DataCompiler::add_tree(const char *path)
691{
692 notify_add_tree(path);
693}
694
695void DataCompiler::remove_tree(const char *path)
696{

Callers

nothing calls this directly

Calls 1

notify_add_treeFunction · 0.85

Tested by

no test coverage detected