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

Method state_path

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

Path where the state of the materializer is saved.

(&self)

Source from the content-addressed store, hash-verified

290
291 /// Path where the state of the materializer is saved.
292 fn state_path(&self) -> PathBuf {
293 self.dir.join(STATE_JSON_FILE_NAME)
294 }
295
296 /// Directory where scripts are exported, to be mounted into containers.
297 fn scripts_dir(&self) -> PathBuf {

Callers 1

save_stateMethod · 0.80

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected