Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Noumena-Network/code
/ sessionStorage.test.ts
File
sessionStorage.test.ts
src/utils/sessionStorage.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ afterEach, beforeEach, describe, expect, it } from
'bun:test'
2
import
{ randomUUID } from
'crypto'
3
import
{ mkdirSync, writeFileSync } from
'fs'
4
import
{ tmpdir } from
'os'
Callers
nothing calls this directly
Calls
15
randomUUID
Function · 0.90
mkdirSync
Function · 0.90
resetProjectForTesting
Function · 0.85
setSessionFileForTesting
Function · 0.85
clearSessionMessagesCache
Function · 0.85
cleanMessagesForLogging
Function · 0.85
buildConversationChain
Function · 0.85
loadAllLogsFromSessionFile
Function · 0.85
getAgentTranscriptPath
Function · 0.85
getAgentTranscript
Function · 0.85
recordTranscript
Function · 0.85
loadTranscriptFile
Function · 0.85
Tested by
no test coverage detected