Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
addEntry
Method · 0.95
navigateDown
Method · 0.95
clearHistory
Method · 0.95
UserInput
Function · 0.80
handleTextBufferUpdate
Function · 0.80
updateTextBufferState
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected