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

Method skillRecoveryCommitReadPath

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

Source from the content-addressed store, hash-verified

416func (s *Store) taskRuntimePath(sessionID string) string {
417 return filepath.Join(s.sessionDir(sessionID), "tasks.json")
418}
419
420func (s *Store) sqlitePath(sessionID string) string {
421 return filepath.Join(s.sessionDir(sessionID), "session.sqlite")
422}
423

Callers 1

loadGenerationTripletMethod · 0.95

Calls 2

firstExistingPathFunction · 0.85

Tested by

no test coverage detected