MCPcopy Create free account
hub / github.com/Snapchat/Valdi / isAtEnd

Method isAtEnd

valdi_core/src/valdi_core/cpp/Utils/TextParser.cpp:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37bool TextParser::isAtEnd() const {
38 return _position >= _str.size();
39}
40
41bool TextParser::ensureIsAtEnd() {
42 if (!isAtEnd()) {

Callers 11

getEntriesMethod · 0.45
rewriteHeaderFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
convertTypeReferencesFunction · 0.45
parseMethod · 0.45
preprocessBorderFunction · 0.45
preprocessGradientFunction · 0.45
toBorderValuesMethod · 0.45
parseFlexBoxShorthandMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36