MCPcopy Create free account
hub / github.com/crosire/reshade / consume

Method consume

source/effect_parser_exp.cpp:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void reshadefx::parser::consume()
56{
57 _token = std::move(_token_next);
58 _token_next = _lexer->lex();
59}
60void reshadefx::parser::consume_until(tokenid tokid)
61{
62 while (!accept(tokid) && !peek(tokenid::end_of_file))

Callers

nothing calls this directly

Calls 1

lexMethod · 0.80

Tested by

no test coverage detected