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

Function taskInspectCurrentRunID

internal/cli/task.go:3981–3986  ·  view source on GitHub ↗
(run *contract.TaskInspectRunPayload)

Source from the content-addressed store, hash-verified

3979}
3980
3981func taskInspectCurrentRunID(run *contract.TaskInspectRunPayload) string {
3982 if run == nil {
3983 return ""
3984 }
3985 return run.RunID
3986}
3987
3988func taskInspectHeartbeatAge(value *int64) string {
3989 if value == nil {

Callers 2

renderTaskInspectHumanFunction · 0.85
renderTaskInspectToonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected