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

Method parseUInt

valdi_core/src/valdi_core/cpp/Utils/JSONReader.cpp:320–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318}
319
320bool JSONReader::parseUInt(uint32_t& output) {
321 if (!_parser.parseUInt(output)) {
322 return false;
323 }
324 _parser.tryParseWhitespaces();
325 return true;
326}
327
328bool JSONReader::parseDouble(double& output) {
329 if (!_parser.parseDouble(output)) {

Callers

nothing calls this directly

Calls 1

tryParseWhitespacesMethod · 0.80

Tested by

no test coverage detected