Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ HexDigit
Function
HexDigit
src/util/strencodings.cpp:56–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1, };
55
56
signed char HexDigit(char c)
57
{
58
return p_util_hexdigit[(unsigned char)c];
59
}
60
61
bool IsHex(const std::string& str)
62
{
Callers
5
SetHex
Method · 0.85
FUZZ_TARGET_INIT
Function · 0.85
IsHex
Function · 0.85
IsHexNumber
Function · 0.85
ParseHex
Function · 0.85
Calls
no outgoing calls
Tested by
1
FUZZ_TARGET_INIT
Function · 0.68