Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Function · 0.45
lock
Method · 0.45
is_coinbase
Method · 0.45
update
Method · 0.45
validate_address
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected