Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeismicSystems/summit
/ expanded
Method
expanded
types/src/key_paths.rs:23–25 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
21
}
22
23
pub fn expanded(&self) -> anyhow::Result<PathBuf> {
24
get_expanded_path(&self.0)
25
}
26
27
/// Get the path to the node key file (ED25519)
28
pub fn node_key_path_str(&self) -> String {
Callers
1
generate_keys
Method · 0.80
Calls
1
get_expanded_path
Function · 0.85
Tested by
no test coverage detected