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

Function ParseUInt8

src/util/strencodings.cpp:309–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307}
308
309bool ParseUInt8(const std::string& str, uint8_t* out)
310{
311 return ParseIntegral<uint8_t>(str, out);
312}
313
314bool ParseUInt16(const std::string& str, uint16_t* out)
315{

Callers 5

PrepareRequestMethod · 0.85
LookupSubNetFunction · 0.85
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