MCPcopy Create free account
hub / github.com/M66B/FairEmail / skipSpaces

Method skipSpaces

app/src/main/java/com/sun/mail/iap/Response.java:197–200  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

195 }
196
197 public void skipSpaces() {
198 while (index < size && buffer[index] == ' ')
199 index++;
200 }
201
202 /**
203 * Skip past any spaces. If the next non-space character is c,

Callers 15

isNextNonSpaceMethod · 0.95
readDelimStringMethod · 0.95
readStringMethod · 0.95
readStringListMethod · 0.95
readNumberMethod · 0.95
readLongMethod · 0.95
readByteArrayMethod · 0.95
parseStringMethod · 0.95
getRestMethod · 0.95
handleResponseMethod · 0.80
MODSEQMethod · 0.80
parseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected