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

Method skillRecoveryReadPath

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

Source from the content-addressed store, hash-verified

412func (s *Store) skillRecoveryCommitPath(sessionID string) string {
413 return filepath.Join(s.sessionDir(sessionID), "skill-recovery.commit.json")
414}
415
416func (s *Store) taskRuntimePath(sessionID string) string {
417 return filepath.Join(s.sessionDir(sessionID), "tasks.json")
418}
419

Callers 1

LoadSkillRecoveryMethod · 0.95

Calls 2

skillRecoveryPathMethod · 0.95
firstExistingPathFunction · 0.85

Tested by

no test coverage detected