Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dfranx/ShaderDebugger
/ Glue
Method
Glue
libs/wgtcc/cpp.cc:175–179 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
173
174
175
void Preprocessor::Glue(TokenSequence& os, const Token* tok) {
176
TokenList tokList{ tok };
177
TokenSequence is(&tokList);
178
Glue(os, is);
179
}
180
181
182
void Preprocessor::Glue(TokenSequence& os, TokenSequence is) {
Callers
nothing calls this directly
Calls
8
Error
Function · 0.85
Back
Method · 0.80
Tokenize
Method · 0.80
PopBack
Method · 0.80
InsertBack
Method · 0.80
Peek
Method · 0.45
Next
Method · 0.45
Empty
Method · 0.45
Tested by
no test coverage detected