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

Method root

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

Source from the content-addressed store, hash-verified

114 }
115
116 pub fn root(&self) -> &std::path::Path {
117 &self.root
118 }
119
120 pub fn schema(&self) -> &Arc<ArraySchema> {
121 &self.schema

Calls

no outgoing calls