MCPcopy Create free account
hub / github.com/base/base / path

Method path

crates/consensus/cli/src/config.rs:47–49  ·  view source on GitHub ↗

Returns the path to the configuration file, if set.

(&self)

Source from the content-addressed store, hash-verified

45
46 /// Returns the path to the configuration file, if set.
47 pub const fn path(&self) -> Option<&PathBuf> {
48 self.l1_config_file.as_ref()
49 }
50
51 /// Loads the L1 chain configuration.
52 ///

Calls 1

as_refMethod · 0.45