MCPcopy Index your code
hub / github.com/continuedev/continue / abort

Method abort

core/nextEdit/NextEditPrefetchQueue.ts:112–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110
111 // Abort all operations
112 abort(): void {
113 this.abortController.abort();
114 this.clear();
115
116 // Create a new AbortController for future operations
117 this.abortController = new AbortController();
118 }
119
120 // Clear all queues
121 clear(): void {

Callers 2

cancelMethod · 0.45
deleteChainMethod · 0.45

Calls 1

clearMethod · 0.95

Tested by

no test coverage detected