Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Noumena-Network/code
/ setSessionFileForTesting
Function
setSessionFileForTesting
src/utils/sessionStorage.ts:522–524 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
520
}
521
522
export
function
setSessionFileForTesting(path: string): void {
523
getProject().sessionFile = path
524
}
525
526
type
InternalEventWriter = (
527
eventType: string,
Callers
2
messageQueueManager.test.ts
File · 0.85
sessionStorage.test.ts
File · 0.85
Calls
1
getProject
Function · 0.85
Tested by
no test coverage detected