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

Method enable_ipc

types/src/reth.rs:383–386  ·  view source on GitHub ↗

Enable IPC for the Reth instance.

(mut self)

Source from the content-addressed store, hash-verified

381
382 /// Enable IPC for the Reth instance.
383 pub const fn enable_ipc(mut self) -> Self {
384 self.ipc_enabled = true;
385 self
386 }
387
388 /// Sets the instance number for the Reth instance. Set to 0 to use the default ports.
389 /// By default, a random number between 1 and 200 is used.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected