MCPcopy Create free account
hub / github.com/RetypeOS/parcode / child_count

Method child_count

src/reader.rs:1223–1225  ·  view source on GitHub ↗

Returns the number of children.

(&self)

Source from the content-addressed store, hash-verified

1221
1222 /// Returns the number of children.
1223 pub fn child_count(&self) -> u32 {
1224 self.child_count
1225 }
1226
1227 /// Returns the metadata flags.
1228 pub fn meta(&self) -> crate::format::MetaByte {

Callers 2

inspect_nodeMethod · 0.80
analyze_payloadMethod · 0.80

Calls

no outgoing calls

Tested by 2

inspect_nodeMethod · 0.64
analyze_payloadMethod · 0.64