Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ main
Function
main
src/proxy/hdrs/test_urlhash.cc:72–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
int
73
main(int argc, char *argv[])
74
{
75
hdrtoken_init();
76
url_init();
77
mime_init();
78
http_init();
79
80
test_url();
81
82
return 0;
83
}
Callers
nothing calls this directly
Calls
5
hdrtoken_init
Function · 0.85
url_init
Function · 0.85
mime_init
Function · 0.85
http_init
Function · 0.85
test_url
Function · 0.85
Tested by
no test coverage detected