Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
174
func
taskRunLifecycleContext(ctx context.Context) context.Context {
175
if
ctx == nil {
176
return
context.TODO()
177
}
178
return
context.WithoutCancel(ctx)
179
}
Callers
2
transitionClaimedRunToStarting
Method · 0.85
StartRun
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected