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

Function stagedFileFor

app/build.gradle.kts:1179–1185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1177}
1178
1179fun 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
1187fun stagedChecksumFor(
1188 asset: Asset,

Callers 1

assetsFileDownloadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected