Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/continuedev/continue
/ clear
Method
clear
extensions/vscode/src/quickEdit/QuickEditQuickPick.ts:541–544 ·
view source on GitHub ↗
* Reset the state of the quick pick
()
Source
from the content-addressed store, hash-verified
539
* Reset the state of the quick pick
540
*/
541
private clear() {
542
this.initialPrompt = undefined;
543
this.range = undefined;
544
}
545
}
Callers
8
initiateNewQuickPick
Method · 0.95
getCommandsMap
Function · 0.45
addCurrentSelectionToEdit
Function · 0.45
constructor
Method · 0.45
cleanupChat
Function · 0.45
Edit.test.ts
File · 0.45
GUI.test.ts
File · 0.45
Apply.test.skip.ts
File · 0.45
Calls
no outgoing calls
Tested by
1
cleanupChat
Function · 0.36