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

Method stateReadPath

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

Source from the content-addressed store, hash-verified

408func (s *Store) skillRecoveryPath(sessionID string) string {
409 return filepath.Join(s.sessionDir(sessionID), "skill-recovery.json")
410}
411
412func (s *Store) skillRecoveryCommitPath(sessionID string) string {
413 return filepath.Join(s.sessionDir(sessionID), "skill-recovery.commit.json")
414}
415

Callers 2

LoadStateMethod · 0.95
loadGenerationTripletMethod · 0.95

Calls 2

statePathMethod · 0.95
firstExistingPathFunction · 0.85

Tested by

no test coverage detected