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

Method clear

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

Source from the content-addressed store, hash-verified

119
120 // Clear all queues
121 clear(): void {
122 this.unprocessedQueue = [];
123 this.processedQueue = [];
124 }
125
126 // Additional helper methods
127 get unprocessedCount(): number {

Callers 5

abortMethod · 0.95
cancelMethod · 0.45
clearMapMethod · 0.45
resetStateMethod · 0.45
processNextEditDataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected