Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appdevforall/CodeOnTheGo
/ apply
Function
apply
build.gradle.kts:178–181 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
176
"Lambda fix"
,
177
object : Serializable, FormatterFunc {
178
override fun apply(input: String): String =
179
input
180
.replace(
"} )"
,
"})"
)
181
.replace(
"} ,"
,
"},"
)
182
},
183
)
184
Callers
15
build.gradle.kts
File · 0.70
incModificationCount
Method · 0.50
logError
Method · 0.50
savePositionRatios
Method · 0.50
build.gradle.kts
File · 0.50
ProjectFile
Class · 0.50
applyMultiWindowFlags
Function · 0.50
remove
Method · 0.50
putInt
Method · 0.50
putFloat
Method · 0.50
putString
Method · 0.50
putBoolean
Method · 0.50
Calls
1
replace
Method · 0.65
Tested by
no test coverage detected