Enables authenticated Engine API over IPC.
(mut self)
| 229 | |
| 230 | /// Enables authenticated Engine API over IPC. |
| 231 | pub const fn with_auth_ipc(mut self) -> Self { |
| 232 | Self::enable_auth_ipc(&mut self.node_config); |
| 233 | self |
| 234 | } |
| 235 | |
| 236 | /// Marks the upgrade-signal startup schedule as already applied by the caller. |
| 237 | pub const fn with_upgrade_signal_startup_already_applied(mut self) -> Self { |
no outgoing calls