Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
486
export
function
setSessionFileForTesting(path: string): void {
487
getProject().sessionFile = path
488
}
489
490
type
InternalEventWriter = (
491
eventType: string,
Callers
nothing calls this directly
Calls
1
getProject
Function · 0.85
Tested by
no test coverage detected