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

Method metaReadPath

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

Source from the content-addressed store, hash-verified

404func (s *Store) statePath(sessionID string) string {
405 return filepath.Join(s.sessionDir(sessionID), "state.json")
406}
407
408func (s *Store) skillRecoveryPath(sessionID string) string {
409 return filepath.Join(s.sessionDir(sessionID), "skill-recovery.json")
410}
411

Callers 1

LoadMetaMethod · 0.95

Calls 2

metaPathMethod · 0.95
firstExistingPathFunction · 0.85

Tested by

no test coverage detected