Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ parseInt
Method
parseInt
valdi_core/src/valdi_core/cpp/Utils/TextParser.cpp:168–176 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
166
}
167
168
std::optional<int> TextParser::parseInt() {
169
int i;
170
171
if (!parseInt(i)) {
172
return std::nullopt;
173
}
174
175
return i;
176
}
177
178
std::optional<uint32_t> TextParser::parseUInt() {
179
uint32_t i;
Callers
15
parseTypeReference
Function · 0.45
parseEnumSchema
Function · 0.45
TEST
Function · 0.45
parsePropertyReplacements
Function · 0.45
convertTypeReferences
Function · 0.45
parse
Method · 0.45
processElementAccessExpressionAsAssignment
Method · 0.45
processEnumDeclaration
Method · 0.45
stringToUUID
Function · 0.45
parseRuntimeIssue
Function · 0.45
parseJSCoreStackFrame
Function · 0.45
parseQuickJSStackFrame
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36