MCPcopy Create free account
hub / github.com/compozy/agh / isTaskSessionStateLive

Function isTaskSessionStateLive

internal/daemon/task_runtime.go:716–723  ·  view source on GitHub ↗
(state session.State)

Source from the content-addressed store, hash-verified

714}
715
716func isTaskSessionStateLive(state session.State) bool {
717 switch state {
718 case session.StateStarting, session.StateActive, session.StateStopping:
719 return true
720 default:
721 return false
722 }
723}
724
725func inspectTaskSessionRecovery(
726 ctx context.Context,

Callers 2

AttachTaskSessionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected