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

Method Parser

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

Source from the content-addressed store, hash-verified

218class Parser {
219public:
220 explicit Parser(Lexer& lexer) : lexer_(lexer), token_(lexer.next()) {}
221
222 File parse() {
223 File file;

Callers

nothing calls this directly

Calls 1

nextMethod · 0.80

Tested by

no test coverage detected