MCPcopy Create free account
hub / github.com/git/git / hexval

Function hexval

hex-ll.h:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4extern const signed char hexval_table[256];
5static inline unsigned int hexval(unsigned char c)
6{
7 return hexval_table[c];
8}
9
10/*
11 * Convert two consecutive hexadecimal digits into a char. Return a

Callers 4

hex_to_bytesFunction · 0.85
packet_lengthFunction · 0.85
hex2chrFunction · 0.85
get_hex_colorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected