MCPcopy Create free account
hub / github.com/SeismicSystems/summit / path

Method path

types/src/reth.rs:318–321  ·  view source on GitHub ↗

Sets the `path` to the `reth` executable By default, it's expected that `reth` is in `$PATH`, see also [`std::process::Command::new()`]

(mut self, path: T)

Source from the content-addressed store, hash-verified

316 /// By default, it's expected that `reth` is in `$PATH`, see also
317 /// [`std::process::Command::new()`]
318 pub fn path<T: Into<PathBuf>>(mut self, path: T) -> Self {
319 self.program = Some(path.into());
320 self
321 }
322
323 /// Enable `dev` mode for the Reth instance.
324 pub const fn dev(mut self) -> Self {

Callers 15

atMethod · 0.80
create_test_keystoreFunction · 0.80
test_health_endpointFunction · 0.80
test_get_latest_heightFunction · 0.80
test_get_latest_epochFunction · 0.80
test_get_public_keysFunction · 0.80
test_send_genesisFunction · 0.80
test_get_minimum_stakeFunction · 0.80

Calls

no outgoing calls

Tested by 12

create_test_keystoreFunction · 0.64
test_health_endpointFunction · 0.64
test_get_latest_heightFunction · 0.64
test_get_latest_epochFunction · 0.64
test_get_public_keysFunction · 0.64
test_send_genesisFunction · 0.64
test_get_minimum_stakeFunction · 0.64
test_get_maximum_stakeFunction · 0.64