MCPcopy 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

479static Token yyTok;
480
481static bool match(uint t)
482{
483 bool matches = (yyTok == t);
484 if (matches)
485 yyTok = getToken();
486 return matches;
487}
488
489static bool matchString(QString *s)
490{

Callers 2

matchExpressionFunction · 0.70
parseFunction · 0.70

Calls 1

getTokenFunction · 0.85

Tested by

no test coverage detected