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

Method is_chunkable

src/format.rs:138–140  ·  view source on GitHub ↗

Returns true if the chunk contains references to children.

(&self)

Source from the content-addressed store, hash-verified

136
137 /// Returns true if the chunk contains references to children.
138 pub fn is_chunkable(&self) -> bool {
139 (self.0 & Self::CHUNKABLE_MASK) != 0
140 }
141
142 /// Returns the compression algorithm ID (0-7).
143 pub fn compression_method(&self) -> u8 {

Callers 2

get_chunkMethod · 0.80
inspect_nodeMethod · 0.80

Calls

no outgoing calls

Tested by 1

inspect_nodeMethod · 0.64