Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GongShichen/LuminaCode
/ sqlitePath
Method
sqlitePath
session/store.go:394–396 ·
view source on GitHub ↗
(sessionID string)
Source
from the content-addressed store, hash-verified
392
}
393
return
stateData, payloadData, commitData
394
}
395
396
func
(s *Store) sessionPath(sessionID string) string {
397
return
filepath.Join(s.sessionDir(sessionID),
"transcript.jsonl"
)
398
}
399
Callers
3
Delete
Method · 0.95
sqliteReadPath
Method · 0.95
migrateLegacySession
Method · 0.95
Calls
1
sessionDir
Method · 0.95
Tested by
no test coverage detected