MCPcopy Create free account
hub / github.com/HELPMEEADICE/doge-code / adoptResumedSessionFile

Function adoptResumedSessionFile

src/utils/sessionStorage.ts:1576–1580  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1574 * later calls (compaction, exit cleanup) absorb SDK writes normally.
1575 */
1576export function adoptResumedSessionFile(): void {
1577 const project = getProject()
1578 project.sessionFile = getTranscriptPath()
1579 project.reAppendSessionMetadata(true)
1580}
1581
1582/**
1583 * Append a context-collapse commit entry to the transcript. One entry per

Callers 3

onSelectFunction · 0.85
REPLFunction · 0.85

Calls 3

getProjectFunction · 0.85
getTranscriptPathFunction · 0.85

Tested by

no test coverage detected