Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ len
Method
len
nodedb/src/engine/bitemporal/registry.rs:133–136 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
131
}
132
133
pub fn len(&self) -> usize {
134
let r = self.inner.read().unwrap_or_else(|p| p.into_inner());
135
r.len()
136
}
137
}
138
139
impl Default for BitemporalRetentionRegistry {
Callers
1
parse_count_from_payload
Function · 0.45
Calls
1
read
Method · 0.45
Tested by
no test coverage detected