| 1185 | } |
| 1186 | |
| 1187 | fun stagedChecksumFor( |
| 1188 | asset: Asset, |
| 1189 | projectDir: File, |
| 1190 | ): File { |
| 1191 | val variantDir = File(projectDir, ".tmp/assets/${asset.variant}") |
| 1192 | return File(variantDir, asset.remotePath + ".md5") |
| 1193 | } |
| 1194 | |
| 1195 | fun assetsFileDownload( |
| 1196 | asset: Asset, |
no outgoing calls
no test coverage detected