MCPcopy Create free account
hub / github.com/PerroEngine/Perro / len

Method len

perro_source/runtime_project/perro_runtime/src/cns/node_arena.rs:443–445  ·  view source on GitHub ↗

Return the number of live nodes.

(&self)

Source from the content-addressed store, hash-verified

441 self.unindex_name(&old, id);
442 if !name.is_empty() {
443 self.name_index.entry(name).or_default().push(id);
444 }
445 true
446 }
447
448 fn unindex_name(&mut self, name: &str, id: NodeID) {

Callers 15

parse_and_validateFunction · 0.45
process_onceFunction · 0.45
prepareMethod · 0.45
encode_readbackMethod · 0.45
request_readbackMethod · 0.45
create_partsMethod · 0.45
occupy_partsMethod · 0.45
active_mesh_countMethod · 0.45
active_material_countMethod · 0.45
active_texture_countMethod · 0.45
set_mesh_source_slotMethod · 0.45

Calls

no outgoing calls