MCPcopy 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

addMethod · 0.45
add_batchMethod · 0.45
batch_updatesMethod · 0.45

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected