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

Function taskRunLifecycleContext

internal/task/hooks.go:174–179  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

172}
173
174func taskRunLifecycleContext(ctx context.Context) context.Context {
175 if ctx == nil {
176 return context.TODO()
177 }
178 return context.WithoutCancel(ctx)
179}

Callers 2

StartRunMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected