Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ bothOrAll
Function
bothOrAll
Bcore/src/main/cpp/Dobby/tests/catch.hpp:11219–11221 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11217
}
11218
11219
std::string bothOrAll(std::size_t count) {
11220
return count == 1 ? std::string() : count == 2 ?
"both "
:
"all "
;
11221
}
11222
11223
} // anon namespace
11224
Callers
1
printTotals
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected