Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ ParseHexO
Function
ParseHexO
src/rpc/util.cpp:127–130 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
return ParseHex(strHex);
126
}
127
std::vector<unsigned char> ParseHexO(const UniValue& o, std::string strKey)
128
{
129
return ParseHexV(find_value(o, strKey), strKey);
130
}
131
132
namespace {
133
Callers
2
FUZZ_TARGET_INIT
Function · 0.85
ParsePrevouts
Function · 0.85
Calls
1
ParseHexV
Function · 0.85
Tested by
1
FUZZ_TARGET_INIT
Function · 0.68