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

Function add

src/resource/mesh.cpp:640–643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

638 }
639
640 void add(MeshCache &cache, Mesh *mesh)
641 {
642 list::add(mesh->_cache_node, cache._meshes);
643 }
644
645} // namespace mesh_cache
646

Callers 4

parseFunction · 0.70
create_worldMethod · 0.50
addMethod · 0.50
createFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected