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

Function getSessionPersistenceSnapshot

extensions/cli/src/session.ts:233–235  ·  view source on GitHub ↗
(session: Session)

Source from the content-addressed store, hash-verified

231}
232
233export function getSessionPersistenceSnapshot(session: Session): Session {
234 return modifySessionBeforeSave(session);
235}
236
237/**
238 * Get the complete state snapshot that matches the /state endpoint format

Callers 2

getCompleteStateSnapshotFunction · 0.85
saveSessionFunction · 0.85

Calls 1

modifySessionBeforeSaveFunction · 0.85

Tested by

no test coverage detected