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

Method get

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

Get a node by id. Returns `None` for nil ids, stale generations, out-of-bounds slots, or empty slots.

(&self, id: NodeID)

Source from the content-addressed store, hash-verified

190
191impl Default for NodeArena {
192 fn default() -> Self {
193 Self::new()
194 }
195}
196
197impl NodeArena {
198 // ---- Construction ----

Callers 15

encode_readbackMethod · 0.45
poll_readbackMethod · 0.45
contains_partsMethod · 0.45
texture_ref_countMethod · 0.45
mesh_ref_countMethod · 0.45
material_ref_countMethod · 0.45
create_meshMethod · 0.45
create_mesh_with_idMethod · 0.45
create_textureMethod · 0.45
create_materialMethod · 0.45

Calls 2

valid_slotMethod · 0.80
as_refMethod · 0.45