Enable IPC for the Reth instance.
(mut self)
| 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. |
nothing calls this directly
no outgoing calls
no test coverage detected