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

Method sessionDir

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

Source from the content-addressed store, hash-verified

396func (s *Store) sessionPath(sessionID string) string {
397 return filepath.Join(s.sessionDir(sessionID), "transcript.jsonl")
398}
399
400func (s *Store) metaPath(sessionID string) string {
401 return filepath.Join(s.sessionDir(sessionID), "meta.json")
402}
403

Callers 9

DeleteMethod · 0.95
sessionPathMethod · 0.95
metaPathMethod · 0.95
statePathMethod · 0.95
skillRecoveryPathMethod · 0.95
taskRuntimePathMethod · 0.95
sqlitePathMethod · 0.95
migrateLegacySessionMethod · 0.95

Calls 1

safeSessionIDFunction · 0.70

Tested by

no test coverage detected