Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_framed
Method · 0.45
tile_count
Method · 0.45
open
Method · 0.45
tile_count
Method · 0.45
read_tile
Method · 0.45
open_with_kek
Method · 0.45
detect_encryption
Function · 0.45
build
Method · 0.45
node_count
Method · 0.45
arity
Method · 0.45
encode_to
Method · 0.45
decode
Method · 0.45
Calls
1
lock
Method · 0.80
Tested by
3
framing_rejects_short_payload
Function · 0.36
footer_rejects_bad_trailer_magic
Function · 0.36
golden_array_segment_footer_format
Function · 0.36