MCPcopy 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

syncSessionHistoryFunction · 0.45
handleExitResponseFunction · 0.45
serveFunction · 0.45
processMessagesFunction · 0.45
handleManualCompactionFunction · 0.45
getStreamingResponseFunction · 0.45
handleAutoCompactionFunction · 0.45
processMessageFunction · 0.45
runReviewWorkerFunction · 0.45
useChatFunction · 0.45
setChatHistoryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected