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

Method CountDirectChildren

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

Source from the content-addressed store, hash-verified

108 GetTask(ctx context.Context, id string) (Task, error)
109 ListTasks(ctx context.Context, query Query) ([]Summary, error)
110 CountDirectChildren(ctx context.Context, parentTaskID string) (int, error)
111}
112
113// DeleteTaskMutationStore is the narrowed persistence surface required to

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