MCPcopy Create free account
hub / github.com/ChainSafe/Delorean-Protocol / path_string

Method path_string

fendermint/testing/materializer/src/lib.rs:110–112  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

108 }
109
110 pub fn path_string(&self) -> String {
111 self.0.to_string_lossy().to_string()
112 }
113
114 pub fn path(&self) -> &Path {
115 self.0.as_path()

Callers 6

removeMethod · 0.80
create_root_genesisMethod · 0.80
container_nameFunction · 0.80
get_or_createMethod · 0.80
container_nameFunction · 0.80
with_testnetFunction · 0.80

Calls 1

to_stringMethod · 0.80

Tested by 1

with_testnetFunction · 0.64