Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/continuedev/continue
/ getHistory
Method
getHistory
extensions/cli/src/util/inputHistory.ts:107–109 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
105
}
106
107
getHistory(): InputHistoryEntry[] {
108
return
[...this.history];
109
}
110
111
clearHistory(): void {
112
this.history = [];
Callers
14
syncSessionHistory
Function · 0.45
handleExitResponse
Function · 0.45
serve
Function · 0.45
processMessages
Function · 0.45
handleManualCompaction
Function · 0.45
getStreamingResponse
Function · 0.45
handleAutoCompaction
Function · 0.45
processMessage
Function · 0.45
removePartialAssistantMessage
Function · 0.45
runReviewWorker
Function · 0.45
useChat
Function · 0.45
setChatHistory
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected