MCPcopy
hub / github.com/continuedev/continue / abortById

Method abortById

core/core.ts:107–109  ·  view source on GitHub ↗
(messageId: string)

Source from the content-addressed store, hash-verified

105 return controller;
106 }
107 private abortById(messageId: string) {
108 this.messageAbortControllers.get(messageId)?.abort();
109 }
110
111 invoke<T extends keyof ToCoreProtocol>(
112 messageType: T,

Callers 1

Calls 2

getMethod · 0.65
abortMethod · 0.45

Tested by

no test coverage detected