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

Function syncSessionHistory

extensions/cli/src/commands/serve.ts:175–183  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

173 };
174
175 const syncSessionHistory = () => {
176 try {
177 state.session.history = services.chatHistory.getHistory();
178 } catch (e) {
179 logger.debug(
180 `Failed to sync session history from ChatHistoryService: ${formatError(e)}`,
181 );
182 }
183 };
184
185 const storageSyncService = services.storageSync;
186 let storageSyncActive = await storageSyncService.startFromOptions({

Callers 1

serveFunction · 0.85

Calls 3

formatErrorFunction · 0.85
getHistoryMethod · 0.45
debugMethod · 0.45

Tested by

no test coverage detected