MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / stagedChecksumFor

Function stagedChecksumFor

app/build.gradle.kts:1187–1193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1185}
1186
1187fun 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
1195fun assetsFileDownload(
1196 asset: Asset,

Callers 1

assetsFileChecksumFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected