MCPcopy 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
54signed char HexDigit(char c)
55{
56 return p_util_hexdigit[(unsigned char)c];
57}
58
59bool IsHex(const std::string& str)
60{

Callers 4

IsHexFunction · 0.85
IsHexNumberFunction · 0.85
ParseHexFunction · 0.85
SetHexMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected