MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / bothOrAll

Function bothOrAll

extlibs/catch/include/catch/catch.hpp:15025–15028  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15023 Catch::Colour::Code dimColour() { return Catch::Colour::FileName; }
15024
15025 std::string bothOrAll( std::size_t count ) {
15026 return count == 1 ? std::string() :
15027 count == 2 ? "both " : "all " ;
15028 }
15029
15030} // anon namespace
15031

Callers 1

printTotalsFunction · 0.85

Calls 1

stringClass · 0.50

Tested by

no test coverage detected