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

Method HasOpenTaskBlocks

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

Source from the content-addressed store, hash-verified

144type BlockReader interface {
145 ListTaskBlocks(ctx context.Context, taskID string, includeCleared bool) ([]TaskBlock, error)
146 HasOpenTaskBlocks(ctx context.Context, taskID string) (bool, error)
147}
148
149// BlockStore is the persistence surface for task-block lifecycle mutations.

Implementers 6

inMemoryManagerStoreinternal/task/manager_test.go
fakeStoreinternal/task/interfaces_integration_t
lockedLeaseTestStoreinternal/task/lease_test.go
GlobalDBinternal/store/globaldb/global_db.go
deleteTaskTxStoreinternal/store/globaldb/global_db_task
recordingRegistryinternal/daemon/daemon_test.go

Calls

no outgoing calls

Tested by 2

HasOpenTaskBlocksMethod · 0.52