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

Function ParseUInt16

src/util/strencodings.cpp:314–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314bool ParseUInt16(const std::string& str, uint16_t* out)
315{
316 return ParseIntegral<uint16_t>(str, out);
317}
318
319bool ParseUInt32(const std::string& str, uint32_t* out)
320{

Callers 3

BOOST_AUTO_TEST_CASEFunction · 0.85
FUZZ_TARGETFunction · 0.85
SplitHostPortFunction · 0.85

Calls

no outgoing calls

Tested by 2

BOOST_AUTO_TEST_CASEFunction · 0.68
FUZZ_TARGETFunction · 0.68