MCPcopy Create free account
hub / github.com/AnukarOP/claude-code-leaked / setSessionFileForTesting

Function setSessionFileForTesting

source code/utils/sessionStorage.ts:488–490  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

486}
487
488export function setSessionFileForTesting(path: string): void {
489 getProject().sessionFile = path
490}
491
492type InternalEventWriter = (
493 eventType: string,

Callers

nothing calls this directly

Calls 1

getProjectFunction · 0.85

Tested by

no test coverage detected