MCPcopy Create free account
hub / github.com/BillyDM/Firewheel / NodeID

Class NodeID

crates/firewheel-core/src/node.rs:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37#[cfg_attr(feature = "bevy_reflect", derive(bevy_reflect::Reflect))]
38#[cfg_attr(feature = "bevy_reflect", reflect(opaque))]
39pub struct NodeID(pub thunderdome::Index);
40
41impl NodeID {
42 pub const DANGLING: Self = Self(thunderdome::Index::DANGLING);

Callers 3

newMethod · 0.85
add_nodeMethod · 0.85
add_dyn_nodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected