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

Function tochar

plugins/prefetch/evaluate.cc:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41inline char
42tochar(int8_t ch)
43{
44 return ch + '0';
45}
46
47constexpr StringView const svzero{"0"};
48constexpr char const *const digits = "0123456789";

Callers 2

addFunction · 0.85
subFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected