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

Method GetTaskExecutionProfile

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

Source from the content-addressed store, hash-verified

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,
427 id string,

Callers 1

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected