Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
bool TextParser::isAtEnd() const {
38
return _position >= _str.size();
39
}
40
41
bool TextParser::ensureIsAtEnd() {
42
if (!isAtEnd()) {
Callers
11
getEntries
Method · 0.45
rewriteHeader
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
parsePropertyReplacements
Function · 0.45
convertTypeReferences
Function · 0.45
parse
Method · 0.45
preprocessBorder
Function · 0.45
preprocessGradient
Function · 0.45
toBorderValues
Method · 0.45
parseFlexBoxShorthand
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
2
TEST
Function · 0.36
TEST
Function · 0.36