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

Callers 5

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

Calls

no outgoing calls

Tested by 1

FUZZ_TARGET_INITFunction · 0.68