Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
registerMessageHandlers
Method · 0.95
Calls
2
get
Method · 0.65
abort
Method · 0.45
Tested by
no test coverage detected