Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
ctor
Method · 0.95
ctorEmptyString
Method · 0.95
peek
Method · 0.95
skip
Method · 0.95
skipOutOfBounds
Method · 0.95
parse
Method · 0.80
Calls
no outgoing calls
Tested by
5
ctor
Method · 0.76
ctorEmptyString
Method · 0.76
peek
Method · 0.76
skip
Method · 0.76
skipOutOfBounds
Method · 0.76