MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / sqliteReadPath

Method sqliteReadPath

session/store.go:426–428  ·  view source on GitHub ↗
(sessionID string)

Source from the content-addressed store, hash-verified

424func (s *Store) sessionDir(sessionID string) string {
425 return filepath.Join(s.dir, safeSessionID(sessionID))
426}
427
428func (s *Store) sessionReadPath(sessionID string) string {
429 return firstExistingPath(s.sessionPath(sessionID), filepath.Join(s.dir, sessionID+".jsonl"))
430}
431

Callers 2

loadSQLiteMessagesMethod · 0.95
loadSQLiteMetaMethod · 0.95

Calls 2

sqlitePathMethod · 0.95
firstExistingPathFunction · 0.85

Tested by

no test coverage detected