MCPcopy Create free account
hub / github.com/base/base / with_auth_ipc

Method with_auth_ipc

crates/execution/cli/src/node.rs:231–234  ·  view source on GitHub ↗

Enables authenticated Engine API over IPC.

(mut self)

Source from the content-addressed store, hash-verified

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 {

Calls

no outgoing calls