MCPcopy 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
396func (s *Store) sessionPath(sessionID string) string {
397 return filepath.Join(s.sessionDir(sessionID), "transcript.jsonl")
398}
399

Callers 3

DeleteMethod · 0.95
sqliteReadPathMethod · 0.95
migrateLegacySessionMethod · 0.95

Calls 1

sessionDirMethod · 0.95

Tested by

no test coverage detected