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

Method ListTaskRuns

internal/task/manager_test.go:239–244  ·  view source on GitHub ↗
(ctx context.Context, query RunQuery)

Source from the content-addressed store, hash-verified

237}
238
239func (s *deleteTaskStore) ListTaskRuns(ctx context.Context, query RunQuery) ([]Run, error) {
240 if err, ok := s.listTaskRunsErrByID[strings.TrimSpace(query.TaskID)]; ok {
241 return nil, err
242 }
243 return s.inMemoryManagerStore.ListTaskRuns(ctx, query)
244}
245
246func (s *deleteTaskStore) ListDependents(
247 ctx context.Context,

Callers

nothing calls this directly

Calls 1

ListTaskRunsMethod · 0.65

Tested by

no test coverage detected