Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
dispatch_array_elementwise
Method · 0.45
open_array
Method · 0.45
prepare_flush
Method · 0.45
run
Method · 0.45
rewrite_segment
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected