MCPcopy 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.ktsFile · 0.70
incModificationCountMethod · 0.50
logErrorMethod · 0.50
savePositionRatiosMethod · 0.50
build.gradle.ktsFile · 0.50
ProjectFileClass · 0.50
applyMultiWindowFlagsFunction · 0.50
removeMethod · 0.50
putIntMethod · 0.50
putFloatMethod · 0.50
putStringMethod · 0.50
putBooleanMethod · 0.50

Calls 1

replaceMethod · 0.65

Tested by

no test coverage detected