MCPcopy Create free account
hub / github.com/consensus-shipyard/ipc / path

Method path

fendermint/testing/materializer/src/docker/mod.rs:292–295  ·  view source on GitHub ↗

Path to a directory based on a resource name.

(&self, name: T)

Source from the content-addressed store, hash-verified

290
291 /// Path to a directory based on a resource name.
292 fn path<T: AsRef<ResourceName>>(&self, name: T) -> PathBuf {
293 let name: &ResourceName = name.as_ref();
294 self.dir.join(&name.0)
295 }
296
297 /// Path where the state of the materializer is saved.
298 fn state_path(&self) -> PathBuf {

Callers 13

get_or_createMethod · 0.45
createMethod · 0.45
removeMethod · 0.45
get_or_create_genesisMethod · 0.45
ipc_dirMethod · 0.45
accounts_dirMethod · 0.45
fendermint_cli_runnerMethod · 0.45
reference_pathMethod · 0.45
create_subnetMethod · 0.45
create_subnet_genesisMethod · 0.45
container_nameFunction · 0.45
container_nameFunction · 0.45

Calls 2

as_refMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected