Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
inline int8_t
36
tonum(char ch)
37
{
38
return ch -
'0'
;
39
}
40
41
inline char
42
tochar(int8_t ch)
Callers
2
add
Function · 0.85
sub
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected