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

Function resetSessionFilePointer

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

Source from the content-addressed store, hash-verified

1661 * The new file is created lazily on the first user/assistant message.
1662 */
1663export async function resetSessionFilePointer() {
1664 getProject().resetSessionFile()
1665}
1666
1667/**
1668 * Adopt the existing session file after --continue/--resume (non-fork).

Callers 5

clearConversationFunction · 0.85
onSelectFunction · 0.85
loadInitialMessagesFunction · 0.85

Calls 2

getProjectFunction · 0.85
resetSessionFileMethod · 0.80

Tested by

no test coverage detected