Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bumptop/BumpTop
/ match
Function
match
trunk/win/Source/LUpdateString/cpp.cpp:481–487 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
479
static Token yyTok;
480
481
static bool match(uint t)
482
{
483
bool matches = (yyTok == t);
484
if (matches)
485
yyTok = getToken();
486
return matches;
487
}
488
489
static bool matchString(QString *s)
490
{
Callers
2
matchExpression
Function · 0.70
parse
Function · 0.70
Calls
1
getToken
Function · 0.85
Tested by
no test coverage detected