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

Method files_encrypted

nodedb/src/control/security/encryption.rs:301–304  ·  view source on GitHub ↗

Number of files encrypted with the current master key.

(&self)

Source from the content-addressed store, hash-verified

299
300 /// Number of files encrypted with the current master key.
301 pub fn files_encrypted(&self) -> u64 {
302 self.files_encrypted
303 .load(std::sync::atomic::Ordering::Relaxed)
304 }
305}
306
307#[cfg(test)]

Callers

nothing calls this directly

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected