Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
216
void QueryParser::advance()
217
{
218
currentToken = lexer.next();
219
}
220
221
bool QueryParser::isOperatorToken(Token::Type type)
222
{
Callers
2
token
Method · 0.95
lcaseToken
Method · 0.95
Calls
1
next
Method · 0.45
Tested by
no test coverage detected