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

Method len

nodedb-array/src/sync/op_log.rs:115–117  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

113 }
114
115 fn len(&self) -> ArrayResult<u64> {
116 Ok(self.lock()?.len() as u64)
117 }
118
119 fn drop_below(&self, hlc: Hlc) -> ArrayResult<u64> {
120 let mut guard = self.lock()?;

Callers 15

append_framedMethod · 0.45
tile_countMethod · 0.45
openMethod · 0.45
tile_countMethod · 0.45
read_tileMethod · 0.45
open_with_kekMethod · 0.45
detect_encryptionFunction · 0.45
buildMethod · 0.45
node_countMethod · 0.45
arityMethod · 0.45
encode_toMethod · 0.45
decodeMethod · 0.45

Calls 1

lockMethod · 0.80