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

Function taskDetailBundle

internal/cli/task.go:3738–3744  ·  view source on GitHub ↗
(detail *TaskDetailRecord)

Source from the content-addressed store, hash-verified

3736}
3737
3738func taskDetailBundle(detail *TaskDetailRecord) outputBundle {
3739 return outputBundle{
3740 jsonValue: detail,
3741 human: func() (string, error) { return renderTaskDetailHuman(detail) },
3742 toon: func() (string, error) { return renderTaskDetailToon(detail) },
3743 }
3744}
3745
3746func taskInspectBundle(record *TaskInspectRecord) outputBundle {
3747 return outputBundle{

Calls 2

renderTaskDetailHumanFunction · 0.85
renderTaskDetailToonFunction · 0.85