MCPcopy
hub / github.com/codeaashu/claude-code / setSessionFileForTesting

Function setSessionFileForTesting

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

getProjectFunction · 0.85

Tested by

no test coverage detected