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

Method ClearTaskBlock

internal/cli/client.go:409–409  ·  view source on GitHub ↗
(
		ctx context.Context,
		id string,
		blockID string,
		request ClearTaskBlockRequest,
	)

Source from the content-addressed store, hash-verified

407 ) (TaskBlockRecord, error)
408 ListTaskBlocks(ctx context.Context, id string, includeCleared bool) ([]TaskBlockRecord, error)
409 ClearTaskBlock(
410 ctx context.Context,
411 id string,
412 blockID string,

Callers 1

newTaskUnblockCommandFunction · 0.65

Implementers 2

stubClientinternal/cli/helpers_test.go
unixSocketClientinternal/cli/client.go

Calls

no outgoing calls

Tested by

no test coverage detected