Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
opt
Method · 0.95
expect
Method · 0.95
getFloat
Method · 0.95
getNumber
Method · 0.95
getDouble
Method · 0.95
getInt
Method · 0.95
getByte
Method · 0.95
getId
Method · 0.95
getGlobbedId
Method · 0.95
getSimpleString
Method · 0.95
getSortDirection
Method · 0.95
getQuotedString
Method · 0.95
Calls
2
isWhitespace
Method · 0.45
charAt
Method · 0.45
Tested by
no test coverage detected