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

Method pad

src/main/java/fieldbox/io/IO.java:134–138  ·  view source on GitHub ↗
(int n)

Source from the content-addressed store, hash-verified

132 }
133
134 return "";
135 }
136
137 static public String pad(int n) {
138 String r = "" + n;
139 while (r.length() < 5) r = "0" + r;
140 return r;
141 }

Callers 2

makeFilenameForMethod · 0.95
finishSavingMethod · 0.45

Calls 1

lengthMethod · 0.45

Tested by

no test coverage detected