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

Function taskRunObservationHookContext

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

Source from the content-addressed store, hash-verified

165}
166
167func taskRunObservationHookContext(ctx context.Context) context.Context {
168 if ctx == nil {
169 return context.TODO()
170 }
171 return context.WithoutCancel(ctx)
172}
173
174func taskRunLifecycleContext(ctx context.Context) context.Context {
175 if ctx == nil {

Calls

no outgoing calls

Tested by

no test coverage detected