Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
218
class Parser {
219
public:
220
explicit Parser(Lexer& lexer) : lexer_(lexer), token_(lexer.next()) {}
221
222
File parse() {
223
File file;
Callers
nothing calls this directly
Calls
1
next
Method · 0.80
Tested by
no test coverage detected