MCPcopy Create free account
hub / github.com/apache/solr / eatws

Method eatws

solr/core/src/java/org/apache/solr/search/StrParser.java:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 }
39
40 public void eatws() {
41 while (pos < end && Character.isWhitespace(val.charAt(pos))) pos++;
42 }
43
44 public char ch() {
45 return pos < end ? val.charAt(pos) : 0;

Callers 15

optMethod · 0.95
expectMethod · 0.95
getFloatMethod · 0.95
getNumberMethod · 0.95
getDoubleMethod · 0.95
getIntMethod · 0.95
getByteMethod · 0.95
getIdMethod · 0.95
getGlobbedIdMethod · 0.95
getSimpleStringMethod · 0.95
getSortDirectionMethod · 0.95
getQuotedStringMethod · 0.95

Calls 2

isWhitespaceMethod · 0.45
charAtMethod · 0.45

Tested by

no test coverage detected