| 440 | } |
| 441 | |
| 442 | type closeFailingTemporaryOutputFile struct { |
| 443 | name string |
| 444 | err error |
| 445 | } |
| 446 | |
| 447 | func (f closeFailingTemporaryOutputFile) Name() string { |
| 448 | return f.name |
nothing calls this directly
no outgoing calls
no test coverage detected