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

Class Asset

app/build.gradle.kts:1035–1040  ·  view source on GitHub ↗

git lfs avoidance

Source from the content-addressed store, hash-verified

1033
1034// git lfs avoidance
1035data class Asset(
1036 val localPath: String,
1037 val url: String,
1038 val remotePath: String,
1039 val variant: String,
1040)
1041
1042val debugAssets =
1043 listOf(

Callers 1

build.gradle.ktsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected