Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
abort
Method · 0.95
cancel
Method · 0.45
clearMap
Method · 0.45
resetState
Method · 0.45
processNextEditData
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected