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