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

Function bothOrAll

lib/catch2/catch.hpp:15848–15851  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15846 Catch::Colour::Code dimColour() { return Catch::Colour::FileName; }
15847
15848 std::string bothOrAll( std::size_t count ) {
15849 return count == 1 ? std::string() :
15850 count == 2 ? "both " : "all " ;
15851 }
15852
15853} // anon namespace
15854

Callers 1

printTotalsFunction · 0.85

Calls 1

stringClass · 0.85

Tested by

no test coverage detected