MCPcopy 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
126pub trait PathToString {
127 fn to_string(&self) -> String;
128}
129
130impl PathToString for PathBuf {
131 fn to_string(&self) -> String {

Callers

nothing calls this directly

Implementers 1

config.rscli/src/config.rs

Calls

no outgoing calls

Tested by

no test coverage detected