Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
319
bool ParseUInt32(const std::string& str, uint32_t* out)
320
{
321
return ParseIntegral<uint32_t>(str, out);
322
}
323
324
bool ParseUInt64(const std::string& str, uint64_t* out)
325
{
Callers
8
CreateFromDump
Function · 0.85
ParseKeyPath
Function · 0.85
ParseKeyPath
Function · 0.85
ParseScript
Function · 0.85
BOOST_AUTO_TEST_CASE
Function · 0.85
FUZZ_TARGET
Function · 0.85
FUZZ_TARGET
Function · 0.85
ParseHDKeypath
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