MCPcopy Index your code
hub / github.com/continuedev/continue / updateSessionHistory

Function updateSessionHistory

extensions/cli/src/session.ts:536–538  ·  view source on GitHub ↗
(history: ChatHistoryItem[])

Source from the content-addressed store, hash-verified

534 * Update the current session's history
535 */
536export function updateSessionHistory(history: ChatHistoryItem[]): void {
537 SessionManager.getInstance().updateHistory(history);
538}
539
540/**
541 * Update the current session's title

Callers 7

session.test.tsFile · 0.85
processMessageFunction · 0.85
setHistoryInternalMethod · 0.85
handleCompactCommandFunction · 0.85
executeStreamingResponseFunction · 0.85
handleEditMessageFunction · 0.85
handleAutoCompactionFunction · 0.85

Calls 2

updateHistoryMethod · 0.80
getInstanceMethod · 0.45

Tested by

no test coverage detected