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

Function taskInspectHeartbeatAge

internal/cli/task.go:3988–3993  ·  view source on GitHub ↗
(value *int64)

Source from the content-addressed store, hash-verified

3986}
3987
3988func taskInspectHeartbeatAge(value *int64) string {
3989 if value == nil {
3990 return ""
3991 }
3992 return int64OrDash(*value)
3993}
3994
3995func renderTaskDetailHuman(detail *TaskDetailRecord) (string, error) {
3996 taskBlock, err := taskBundle(&detail.Task).human()

Callers 3

taskInspectRunRowsFunction · 0.85
taskInspectRunToonRowsFunction · 0.85

Calls 1

int64OrDashFunction · 0.85

Tested by

no test coverage detected