Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddimaria/rust-blockchain-tutorial
/ path
Method
path
chain/src/storage.rs:80–82 ·
view source on GitHub ↗
(database_name: &str)
Source
from the content-addressed store, hash-verified
78
}
79
80
fn path(database_name: &str) -> PathBuf {
81
Path::new(PATH).join(database_name)
82
}
83
}
84
85
#[cfg(test)]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected