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

Method catalog_path

nodedb/src/config/server/config.rs:185–187  ·  view source on GitHub ↗

System catalog (auth, roles, tenants) redb file.

(&self)

Source from the content-addressed store, hash-verified

183
184 /// System catalog (auth, roles, tenants) redb file.
185 pub fn catalog_path(&self) -> PathBuf {
186 self.server.data_dir.join("system.redb")
187 }
188}
189
190#[cfg(test)]

Callers 3

mainFunction · 0.80
load_array_catalogFunction · 0.80
load_tombstonesFunction · 0.80

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected