MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / pad

Method pad

src/main/java/trace/video/TwinTextureCache.kt:227–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225
226 companion object {
227
228 fun pad(i: Int): String {
229 var r = "" + i
230 while (r.length < 5) r = "0" + r
231 return r
232 }
233 }
234

Callers 2

StageClass · 0.45
saveForRobotMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected