MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / resetSessionFile

Method resetSessionFile

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

Source from the content-addressed store, hash-verified

700 }
701
702 resetSessionFile(): void {
703 this.sessionFile = null
704 this.pendingEntries = []
705 }
706
707 /**
708 * Re-append cached session metadata to the end of the transcript file.

Callers 1

resetSessionFilePointerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected