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

Method Lexer

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

Source from the content-addressed store, hash-verified

124class Lexer {
125public:
126 Lexer(std::string_view src, std::string filename)
127 : src_(src), filename_(std::move(filename)) {}
128
129 Token next() {
130 skipWs();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected