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

Method scripts_dir

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

Directory where scripts are exported, to be mounted into containers.

(&self)

Source from the content-addressed store, hash-verified

295
296 /// Directory where scripts are exported, to be mounted into containers.
297 fn scripts_dir(&self) -> PathBuf {
298 self.dir.join("scripts")
299 }
300
301 /// Export scripts that need to be mounted.
302 fn export_scripts(&self) -> anyhow::Result<()> {

Callers 1

export_scriptsMethod · 0.80

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected