Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
inline char
42
tochar(int8_t ch)
43
{
44
return ch +
'0'
;
45
}
46
47
constexpr StringView const svzero{
"0"
};
48
constexpr char const *const digits =
"0123456789"
;
Callers
2
add
Function · 0.85
sub
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected