| 1177 | } |
| 1178 | |
| 1179 | fun stagedFileFor( |
| 1180 | asset: Asset, |
| 1181 | projectDir: File, |
| 1182 | ): File { |
| 1183 | val variantDir = File(projectDir, ".tmp/assets/${asset.variant}") |
| 1184 | return File(variantDir, asset.remotePath) |
| 1185 | } |
| 1186 | |
| 1187 | fun stagedChecksumFor( |
| 1188 | asset: Asset, |
no outgoing calls
no test coverage detected