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

Function taskInspectBundle

internal/cli/task.go:3746–3752  ·  view source on GitHub ↗
(record *TaskInspectRecord)

Source from the content-addressed store, hash-verified

3744}
3745
3746func taskInspectBundle(record *TaskInspectRecord) outputBundle {
3747 return outputBundle{
3748 jsonValue: record,
3749 human: func() (string, error) { return renderTaskInspectHuman(record) },
3750 toon: func() (string, error) { return renderTaskInspectToon(record) },
3751 }
3752}
3753
3754func renderTaskInspectHuman(record *TaskInspectRecord) (string, error) {
3755 blocks := []string{

Callers 1

newTaskInspectCommandFunction · 0.85

Calls 2

renderTaskInspectHumanFunction · 0.85
renderTaskInspectToonFunction · 0.85

Tested by

no test coverage detected