MCPcopy Create free account
hub / github.com/bumptop/BumpTop / matchInteger

Function matchInteger

trunk/win/Source/LUpdateString/cpp.cpp:530–538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

528}
529
530static bool matchInteger(qlonglong *number)
531{
532 bool matches = (yyTok == Tok_Integer);
533 if (matches) {
534 yyTok = getToken();
535 *number = yyInteger;
536 }
537 return matches;
538}
539
540static bool matchStringOrNull(QString *s)
541{

Callers 1

matchStringOrNullFunction · 0.85

Calls 1

getTokenFunction · 0.85

Tested by

no test coverage detected