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

Method taskRuntimePath

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

Source from the content-addressed store, hash-verified

388 payloadGeneration := stringFromAny(payloadData["generation"])
389 commitGeneration := stringFromAny(commitData["generation"])
390 if stateGeneration == "" || stateGeneration != payloadGeneration || stateGeneration != commitGeneration {
391 return nil, nil, nil
392 }
393 return stateData, payloadData, commitData
394}
395

Callers 4

SaveStateWithRecoveryMethod · 0.95
DeleteMethod · 0.95
taskRuntimeReadPathMethod · 0.95
migrateLegacySessionMethod · 0.95

Calls 1

sessionDirMethod · 0.95

Tested by

no test coverage detected