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

Method getMark

src/query/expression/ExpressionReader.java:42–44  ·  view source on GitHub ↗

@return the current index

()

Source from the content-addressed store, hash-verified

40
41 /** @return the current index */
42 public int getMark() {
43 return mark;
44 }
45
46 /** @return the current character without advancing the index */
47 public char peek() {

Callers 6

ctorMethod · 0.95
ctorEmptyStringMethod · 0.95
peekMethod · 0.95
skipMethod · 0.95
skipOutOfBoundsMethod · 0.95
parseMethod · 0.80

Calls

no outgoing calls

Tested by 5

ctorMethod · 0.76
ctorEmptyStringMethod · 0.76
peekMethod · 0.76
skipMethod · 0.76
skipOutOfBoundsMethod · 0.76