MCPcopy Create free account
hub / github.com/PacktPublishing/Rust-for-Blockchain-Application-Development / len

Method len

chapter 5/memory_pool.rs:48–50  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

46 }
47
48 pub fn len(&self) -> usize {
49 self.inner.read().unwrap().len()
50 }
51}
52
53

Callers 5

mainFunction · 0.45
lockMethod · 0.45
is_coinbaseMethod · 0.45
updateMethod · 0.45
validate_addressFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected