MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / all

Method all

Bcore/src/main/cpp/Dobby/tests/catch.hpp:7580–7585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7578}
7579
7580std::string TagInfo::all() const {
7581 std::string out;
7582 for (auto const &spelling : spellings)
7583 out += "[" + spelling + "]";
7584 return out;
7585}
7586
7587std::size_t listTags(Config const &config) {
7588 TestSpec testSpec = config.testSpec();

Callers 2

listTagsFunction · 0.80
pFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected