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

Method taskRuntimeReadPath

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

Source from the content-addressed store, hash-verified

420func (s *Store) sqlitePath(sessionID string) string {
421 return filepath.Join(s.sessionDir(sessionID), "session.sqlite")
422}
423
424func (s *Store) sessionDir(sessionID string) string {
425 return filepath.Join(s.dir, safeSessionID(sessionID))
426}
427

Callers 1

Calls 2

taskRuntimePathMethod · 0.95
firstExistingPathFunction · 0.85

Tested by

no test coverage detected