(value time.Time)
| 2892 | } |
| 2893 | |
| 2894 | func timePointer(value time.Time) *time.Time { |
| 2895 | cloned := value |
| 2896 | return &cloned |
| 2897 | } |
| 2898 | |
| 2899 | func sampleTaskRunRecord(status taskpkg.RunStatus) TaskRunRecord { |
| 2900 | record := TaskRunRecord{ |
no outgoing calls
no test coverage detected