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

Method DeleteTask

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

Source from the content-addressed store, hash-verified

421 ) (TaskBlockRecord, error)
422 RecoverTask(ctx context.Context, id string, request RecoverTaskRequest) (TaskRecord, error)
423 DeleteTask(ctx context.Context, id string) error
424 GetTaskExecutionProfile(ctx context.Context, id string) (TaskExecutionProfileRecord, error)
425 SetTaskExecutionProfile(
426 ctx context.Context,

Callers 1

newTaskDeleteCommandFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected