Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ HexDigit
Function
HexDigit
src/crypto/hex_base.cpp:64–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1, };
63
64
signed char HexDigit(char c)
65
{
66
return p_util_hexdigit[(unsigned char)c];
67
}
68
Callers
4
FromHex
Function · 0.85
integer.cpp
File · 0.85
IsHex
Function · 0.85
TryParseHex
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected