MCPcopy Create free account
hub / github.com/Noumena-Network/code / adoptResumedSessionFile

Function adoptResumedSessionFile

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

Source from the content-addressed store, hash-verified

1686 * later calls (compaction, exit cleanup) absorb SDK writes normally.
1687 */
1688export function adoptResumedSessionFile(): void {
1689 const project = getProject()
1690 project.sessionFile = getTranscriptPath()
1691 project.reAppendSessionMetadata(true)
1692}
1693
1694/**
1695 * Append a context-collapse commit entry to the transcript. One entry per

Callers 3

onSelectFunction · 0.85

Calls 3

getProjectFunction · 0.85
getTranscriptPathFunction · 0.85

Tested by

no test coverage detected