Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
309
bool ParseUInt8(const std::string& str, uint8_t* out)
310
{
311
return ParseIntegral<uint8_t>(str, out);
312
}
313
314
bool ParseUInt16(const std::string& str, uint16_t* out)
315
{
Callers
5
PrepareRequest
Method · 0.85
LookupSubNet
Function · 0.85
BOOST_AUTO_TEST_CASE
Function · 0.85
FUZZ_TARGET
Function · 0.85
FUZZ_TARGET
Function · 0.85
Calls
no outgoing calls
Tested by
3
BOOST_AUTO_TEST_CASE
Function · 0.68
FUZZ_TARGET
Function · 0.68
FUZZ_TARGET
Function · 0.68