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

Function setSessionFileForTesting

src/utils/sessionStorage.ts:487–489  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

getProjectFunction · 0.85

Tested by

no test coverage detected