MCPcopy Create free account
hub / github.com/apache/trafficserver / tonum

Function tonum

plugins/prefetch/evaluate.cc:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33{
34
35inline int8_t
36tonum(char ch)
37{
38 return ch - '0';
39}
40
41inline char
42tochar(int8_t ch)

Callers 2

addFunction · 0.85
subFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected