MCPcopy 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_flushMethod · 0.80
runMethod · 0.80
rewrite_segmentFunction · 0.80

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected