(value *string)
| 4277 | } |
| 4278 | |
| 4279 | func formatStringPtr(value *string) string { |
| 4280 | if value == nil { |
| 4281 | return "" |
| 4282 | } |
| 4283 | return *value |
| 4284 | } |
| 4285 | |
| 4286 | func retryTaskRunBundle(record *RetryTaskRunRecord) outputBundle { |
| 4287 | return outputBundle{ |
no outgoing calls
no test coverage detected