Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ len
Method
len
nodedb-crdt/src/dead_letter.rs:213–215 ·
view source on GitHub ↗
Number of pending dead letters.
(&self)
Source
from the content-addressed store, hash-verified
211
212
/// Number of pending dead letters.
213
pub fn len(&self) -> usize {
214
self.entries.len()
215
}
216
217
pub fn is_empty(&self) -> bool {
218
self.entries.is_empty()
Callers
3
enqueue
Method · 0.45
purge_collection
Method · 0.45
purge_collection_drops_only_matching_entries
Function · 0.45
Calls
no outgoing calls
Tested by
1
purge_collection_drops_only_matching_entries
Function · 0.36