Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1035
data class Asset(
1036
val localPath: String,
1037
val url: String,
1038
val remotePath: String,
1039
val variant: String,
1040
)
1041
1042
val debugAssets =
1043
listOf(
Callers
1
build.gradle.kts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected