MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / isEOF

Method isEOF

src/query/expression/ExpressionReader.java:111–113  ·  view source on GitHub ↗

@return Whether or not the index is at the end of the character array

()

Source from the content-addressed store, hash-verified

109
110 /** @return Whether or not the index is at the end of the character array */
111 public boolean isEOF() {
112 return mark >= chars.length;
113 }
114
115 /** Increments the mark over white spaces */
116 public void skipWhitespaces() {

Callers 8

ctorEmptyStringMethod · 0.95
nextTillEOFMethod · 0.95
skipOutOfBoundsMethod · 0.95
readFuncNameMethod · 0.95
peekMethod · 0.95
nextMethod · 0.95
readNextParameterMethod · 0.95
parseMethod · 0.80

Calls

no outgoing calls

Tested by 4

ctorEmptyStringMethod · 0.76
nextTillEOFMethod · 0.76
skipOutOfBoundsMethod · 0.76
readFuncNameMethod · 0.76