MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / advance

Method advance

app/src/DataModel/Importers/ProtoImporter.cpp:393–396  ·  view source on GitHub ↗

* @brief Advances the lookahead by one token. */

Source from the content-addressed store, hash-verified

391 * @brief Advances the lookahead by one token.
392 */
393void Parser::advance()
394{
395 m_cur = m_lexer.next();
396}
397
398/**
399 * @brief Skips tokens up to and including the next semicolon.

Callers 2

updateDataSeriesMethod · 0.45
updateLineSeriesMethod · 0.45

Calls 1

nextMethod · 0.80

Tested by

no test coverage detected