Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clockwork-xyz/clockwork
/ PathToString
Interface
PathToString
cli/src/config.rs:126–128 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
124
}
125
126
pub trait PathToString {
127
fn to_string(&self) -> String;
128
}
129
130
impl PathToString for PathBuf {
131
fn to_string(&self) -> String {
Callers
nothing calls this directly
Implementers
1
config.rs
cli/src/config.rs
Calls
no outgoing calls
Tested by
no test coverage detected