Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSteam001/OpenSteamTool
/ optionalSemi
Method
optionalSemi
tools/ipc_codegen/ipc_codegen.cpp:541–543 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
539
}
540
541
void optionalSemi() {
542
if (token_.kind == Tok::Semi) advance();
543
}
544
545
void advance() { token_ = lexer_.next(); }
546
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected