MCPcopy Index your code
hub / github.com/uber/aresdb / scan

Method scan

query/expr/parser.go:556–556  ·  view source on GitHub ↗

scan returns the next token from the underlying scanner.

()

Source from the content-addressed store, hash-verified

554
555// scan returns the next token from the underlying scanner.
556func (p *Parser) scan() (tok Token, pos Pos, lit string) { return p.s.Scan() }
557
558// scanIgnoreWhitespace scans the next non-whitespace token.
559func (p *Parser) scanIgnoreWhitespace() (tok Token, pos Pos, lit string) {

Callers 5

parseSegmentedIdentsMethod · 0.95
parseUnaryExprMethod · 0.95
parseCallMethod · 0.95
scanIgnoreWhitespaceMethod · 0.95
consumeWhitespaceMethod · 0.95

Calls 1

ScanMethod · 0.45

Tested by

no test coverage detected