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

Method length

src/reader.rs:1218–1220  ·  view source on GitHub ↗

Returns the total physical length of this chunk.

(&self)

Source from the content-addressed store, hash-verified

1216
1217 /// Returns the total physical length of this chunk.
1218 pub fn length(&self) -> u64 {
1219 self.length
1220 }
1221
1222 /// Returns the number of children.
1223 pub fn child_count(&self) -> u32 {

Callers 1

inspect_nodeMethod · 0.80

Calls

no outgoing calls

Tested by 1

inspect_nodeMethod · 0.64