MCPcopy Create free account
hub / github.com/YACReader/yacreader / advance

Method advance

YACReaderLibrary/db/query_parser.cpp:216–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216void QueryParser::advance()
217{
218 currentToken = lexer.next();
219}
220
221bool QueryParser::isOperatorToken(Token::Type type)
222{

Callers 2

tokenMethod · 0.95
lcaseTokenMethod · 0.95

Calls 1

nextMethod · 0.45

Tested by

no test coverage detected