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