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

Method sessionReadPath

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

Source from the content-addressed store, hash-verified

400func (s *Store) metaPath(sessionID string) string {
401 return filepath.Join(s.sessionDir(sessionID), "meta.json")
402}
403
404func (s *Store) statePath(sessionID string) string {
405 return filepath.Join(s.sessionDir(sessionID), "state.json")
406}
407

Callers 1

LoadMethod · 0.95

Calls 2

sessionPathMethod · 0.95
firstExistingPathFunction · 0.85

Tested by

no test coverage detected