Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PacktPublishing/Rust-for-Blockchain-Application-Development
/ Nodes
Class
Nodes
chapter 4/node.rs:23–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
pub struct Nodes {
24
inner: RwLock<Vec<Node>>,
25
}
26
27
impl Nodes {
28
pub fn new() -> Nodes {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected