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

Function cancellationPropagationRoot

internal/task/manager.go:1133–1138  ·  view source on GitHub ↗
(rootTaskID string, idx int)

Source from the content-addressed store, hash-verified

1131}
1132
1133func cancellationPropagationRoot(rootTaskID string, idx int) string {
1134 if idx == 0 {
1135 return ""
1136 }
1137 return rootTaskID
1138}
1139
1140func (m *Service) cancelOpenTaskRuns(
1141 ctx context.Context,

Callers 1

cancelTaskTreeRecordMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected