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

Method keep_stdout

types/src/reth.rs:421–424  ·  view source on GitHub ↗

Keep the handle to reth's stdout in order to read from it. Caution: if the stdout handle isn't used, this can end up blocking.

(mut self)

Source from the content-addressed store, hash-verified

419 ///
420 /// Caution: if the stdout handle isn't used, this can end up blocking.
421 pub const fn keep_stdout(mut self) -> Self {
422 self.keep_stdout = true;
423 self
424 }
425
426 /// Adds an argument to pass to `reth`.
427 ///

Callers 8

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 1

mainFunction · 0.64