MCPcopy Create free account
hub / github.com/continuedev/continue / resetNavigation

Method resetNavigation

extensions/cli/src/util/inputHistory.ts:102–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100 }
101
102 resetNavigation(): void {
103 this.currentIndex = -1;
104 this.originalInput = "";
105 }
106
107 getHistory(): InputHistoryEntry[] {
108 return [...this.history];

Callers 6

addEntryMethod · 0.95
navigateDownMethod · 0.95
clearHistoryMethod · 0.95
UserInputFunction · 0.80
handleTextBufferUpdateFunction · 0.80
updateTextBufferStateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected