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

Function ParseUInt64

src/util/strencodings.cpp:324–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322}
323
324bool ParseUInt64(const std::string& str, uint64_t* out)
325{
326 return ParseIntegral<uint64_t>(str, out);
327}
328
329std::string FormatParagraph(const std::string& in, size_t width, size_t indent)
330{

Callers 3

BOOST_AUTO_TEST_CASEFunction · 0.85
FUZZ_TARGETFunction · 0.85
FUZZ_TARGETFunction · 0.85

Calls

no outgoing calls

Tested by 3

BOOST_AUTO_TEST_CASEFunction · 0.68
FUZZ_TARGETFunction · 0.68
FUZZ_TARGETFunction · 0.68