Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dfranx/ShaderDebugger
/ SetParser
Method
SetParser
libs/wgtcc/token.h:397–397 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
395
bool IsBeginOfLine() const;
396
TokenSequence GetLine();
397
void SetParser(Parser* parser) { parser_ = parser; }
398
void Print(FILE* fp = stdout) const;
399
void Print(std::stringstream& ss) const;
400
Callers
1
Parser
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected