MCPcopy Create free account
hub / github.com/MeigenChou/DCTimer-Android / indexOf

Method indexOf

app/src/main/java/scrambler/Clock.java:200–205  ·  view source on GitHub ↗
(String s)

Source from the content-addressed store, hash-verified

198 }
199
200 private int indexOf(String s) {
201 for (int i=0; i<turns.length; i++) {
202 if (s.startsWith(turns[i])) return i;
203 }
204 return -1;
205 }
206
207 private int getTurn(String s) {
208 StringBuilder sb = new StringBuilder();

Callers 15

imageMethod · 0.95
roux1Method · 0.80
roux2Method · 0.80
crossMethod · 0.80
solveCrossfMethod · 0.80
xcrossMethod · 0.80
solveXcrossfMethod · 0.80
eofcMethod · 0.80
imageMethod · 0.80
imageMethod · 0.80
petrus1Method · 0.80
petrus2Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected