Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/uptrace/uptrace
/ ResetPos
Method
ResetPos
pkg/metrics/mql/ast/lexer.go:99–101 ·
view source on GitHub ↗
(pos int)
Source
from the content-addressed store, hash-verified
97
}
98
99
func
(l *lexer) ResetPos(pos int) {
100
l.pos = pos
101
}
102
103
func
(l *lexer) readToken() (*Token, error) {
104
if
!l.lex.Valid() {
Callers
15
parseQuery
Method · 0.45
filters
Method · 0.45
where
Method · 0.45
filter
Method · 0.45
filterOp
Method · 0.45
values
Method · 0.45
value
Method · 0.45
boolOp
Method · 0.45
namedExprs
Method · 0.45
namedExpr
Method · 0.45
expr
Method · 0.45
term
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected