Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ kek
Method
kek
nodedb/src/engine/array/store/catalog.rs:112–114 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
110
}
111
112
pub fn kek(&self) -> Option<&WalEncryptionKey> {
113
self.kek.as_ref()
114
}
115
116
pub fn root(&self) -> &std::path::Path {
117
&self.root
Callers
3
prepare_flush
Method · 0.80
run
Method · 0.80
rewrite_segment
Function · 0.80
Calls
1
as_ref
Method · 0.45
Tested by
no test coverage detected