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

Method meta

src/reader.rs:1228–1230  ·  view source on GitHub ↗

Returns the metadata flags.

(&self)

Source from the content-addressed store, hash-verified

1226
1227 /// Returns the metadata flags.
1228 pub fn meta(&self) -> crate::format::MetaByte {
1229 self.meta
1230 }
1231
1232 /// Calculates the size of the payload (excluding metadata/footer).
1233 pub fn payload_len(&self) -> u64 {

Callers 1

inspect_nodeMethod · 0.80

Calls

no outgoing calls

Tested by 1

inspect_nodeMethod · 0.64