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

Method id

nodedb/src/engine/array/store/segment_handle.rs:127–129  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

125 }
126
127 pub fn id(&self) -> &str {
128 &self.id
129 }
130
131 pub fn schema_hash(&self) -> u64 {
132 self.schema_hash

Calls

no outgoing calls