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

Function main

plugins/slice/slice_test.cc:201–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199};
200
201int
202main()
203{
204 Tests tests;
205 tests.add(testContentRange, "testContentRange");
206 tests.add(testParseRange, "testParseRange");
207 return tests.run();
208}

Callers

nothing calls this directly

Calls 2

addMethod · 0.45
runMethod · 0.45

Tested by

no test coverage detected