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

Function main

plugins/slice/unit-tests/slice_test.cc:187–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185};
186
187int
188main()
189{
190 Tests tests;
191 tests.add(testContentRange, "testContentRange");
192 tests.add(testParseRange, "testParseRange");
193 return tests.run();
194}

Callers

nothing calls this directly

Calls 2

addMethod · 0.45
runMethod · 0.45

Tested by

no test coverage detected