MCPcopy Create free account
hub / github.com/ElementsProject/elements / ParseUInt32

Function ParseUInt32

src/util/strencodings.cpp:319–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319bool ParseUInt32(const std::string& str, uint32_t* out)
320{
321 return ParseIntegral<uint32_t>(str, out);
322}
323
324bool ParseUInt64(const std::string& str, uint64_t* out)
325{

Callers 8

CreateFromDumpFunction · 0.85
ParseKeyPathFunction · 0.85
ParseKeyPathFunction · 0.85
ParseScriptFunction · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85
FUZZ_TARGETFunction · 0.85
FUZZ_TARGETFunction · 0.85
ParseHDKeypathFunction · 0.85

Calls

no outgoing calls

Tested by 3

BOOST_AUTO_TEST_CASEFunction · 0.68
FUZZ_TARGETFunction · 0.68
FUZZ_TARGETFunction · 0.68