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

Method UpdateTaskRun

internal/task/manager_test.go:184–189  ·  view source on GitHub ↗
(ctx context.Context, run Run)

Source from the content-addressed store, hash-verified

182}
183
184func (s *contextSensitiveRunStore) UpdateTaskRun(ctx context.Context, run Run) error {
185 if ctx != nil && ctx.Err() != nil {
186 return ctx.Err()
187 }
188 return s.inMemoryManagerStore.UpdateTaskRun(ctx, run)
189}
190
191func (o *recordingTaskEventObserver) OnTaskEvent(_ context.Context, record EventRecord) {
192 o.records = append(o.records, record)

Callers

nothing calls this directly

Calls 2

UpdateTaskRunMethod · 0.65
ErrMethod · 0.45

Tested by

no test coverage detected