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

Method schema_hash

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

Source from the content-addressed store, hash-verified

122 }
123
124 pub fn schema_hash(&self) -> u64 {
125 self.schema_hash
126 }
127
128 pub fn manifest(&self) -> &Manifest {
129 &self.manifest

Callers 5

open_arrayMethod · 0.45
prepare_flushMethod · 0.45
runMethod · 0.45
rewrite_segmentFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected