MCPcopy 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
72int
73main(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_initFunction · 0.85
url_initFunction · 0.85
mime_initFunction · 0.85
http_initFunction · 0.85
test_urlFunction · 0.85

Tested by

no test coverage detected