MCPcopy 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
64signed char HexDigit(char c)
65{
66 return p_util_hexdigit[(unsigned char)c];
67}
68

Callers 4

FromHexFunction · 0.85
integer.cppFile · 0.85
IsHexFunction · 0.85
TryParseHexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected