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

Method ListDependencies

internal/task/interfaces.go:137–137  ·  view source on GitHub ↗
(ctx context.Context, taskID string)

Source from the content-addressed store, hash-verified

135 CreateDependency(ctx context.Context, dependency Dependency) error
136 DeleteDependency(ctx context.Context, taskID string, dependsOnID string) error
137 ListDependencies(ctx context.Context, taskID string) ([]Dependency, error)
138 ListDependents(ctx context.Context, dependsOnTaskID string) ([]Dependency, error)
139 CountDependencies(ctx context.Context, taskID string) (int, error)
140 HasDependencyPath(ctx context.Context, fromTaskID string, toTaskID string) (bool, error)

Callers 15

inspectTaskRecordMethod · 0.65
ListDependenciesMethod · 0.65
UpdateTaskMethod · 0.65
loadTaskRuntimeStateMethod · 0.65
GetTaskMethod · 0.65
enrichTaskSummaryMethod · 0.65
ensureTaskExecutableMethod · 0.65
taskReferenceMethod · 0.65
buildTreeNodeMethod · 0.65

Implementers 4

inMemoryManagerStoreinternal/task/manager_test.go
fakeStoreinternal/task/interfaces_integration_t
GlobalDBinternal/store/globaldb/global_db.go
recordingRegistryinternal/daemon/daemon_test.go

Calls

no outgoing calls