MCPcopy Create free account
hub / github.com/tiann/hapi / clearAbortHandlers

Function clearAbortHandlers

cli/src/modules/common/remote/RemoteLauncherBase.ts:89–92  ·  view source on GitHub ↗
(rpcHandlerManager: RpcHandlerManagerLike)

Source from the content-addressed store, hash-verified

87 }
88
89 protected clearAbortHandlers(rpcHandlerManager: RpcHandlerManagerLike): void {
90 rpcHandlerManager.registerHandler(RPC_METHODS.Abort, async () => {});
91 rpcHandlerManager.registerHandler(RPC_METHODS.Switch, async () => {});
92 }
93
94 protected async requestExit(
95 reason: RemoteLauncherExitReason,

Callers

nothing calls this directly

Calls 1

registerHandlerMethod · 0.45

Tested by

no test coverage detected