()
| 536 | } |
| 537 | |
| 538 | func (c *composeRecoverContext) close() { |
| 539 | if c.tmpDir != "" { |
| 540 | _ = os.RemoveAll(c.tmpDir) |
| 541 | } |
| 542 | } |
| 543 | |
| 544 | func stepPrepareComposeRecover(recoverCtx *composeRecoverContext) error { |
| 545 | if !recoverCtx.fileOp.Stat(recoverCtx.req.File) { |
no test coverage detected