MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / manifest

Method manifest

nodedb/src/engine/array/store/catalog.rs:128–130  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

126 }
127
128 pub fn manifest(&self) -> &Manifest {
129 &self.manifest
130 }
131
132 pub fn manifest_mut(&mut self) -> &mut Manifest {
133 &mut self.manifest

Calls

no outgoing calls