Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docknetwork/crypto
/ size
Method
size
vb_accumulator/src/persistence.rs:95–97 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
93
}
94
95
fn size(&self) -> u64 {
96
self.db.len() as u64
97
}
98
}
99
100
impl<
'a, T: Clone + Hash + Eq + Sized + '
a> UniversalAccumulatorState<'a, T> for InMemoryState<T> {
Callers
3
add
Method · 0.45
add_batch
Method · 0.45
batch_updates
Method · 0.45
Calls
1
len
Method · 0.45
Tested by
no test coverage detected