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