MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / bothOrAll

Function bothOrAll

extern/Catch2/catch.hpp:15850–15853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

printTotalsFunction · 0.85

Calls 1

stringFunction · 0.85

Tested by

no test coverage detected