MCPcopy Create free account
hub / github.com/OpenSteam001/OpenSteamTool / advance

Method advance

tools/ipc_codegen/ipc_codegen.cpp:545–545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

543 }
544
545 void advance() { token_ = lexer_.next(); }
546
547 Token expect(Tok kind, const char* description = nullptr) {
548 if (token_.kind != kind) {

Callers

nothing calls this directly

Calls 1

nextMethod · 0.80

Tested by

no test coverage detected