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

Method InspectRun

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

Source from the content-addressed store, hash-verified

397 GetTask(ctx context.Context, id string) (TaskDetailRecord, error)
398 InspectTask(ctx context.Context, id string) (TaskInspectRecord, error)
399 InspectRun(ctx context.Context, id string) (TaskInspectRecord, error)
400 UpdateTask(ctx context.Context, id string, request UpdateTaskRequest) (TaskRecord, error)
401 BlockTask(ctx context.Context, id string, request CreateTaskBlockRequest) (TaskBlockRecord, error)
402 BlockTaskAsAgent(

Callers 1

newTaskInspectCommandFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected