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