MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / all

Method all

unittests/catch.hpp:7787–7792  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7785 }
7786
7787 std::string TagInfo::all() const {
7788 std::string out;
7789 for( auto const& spelling : spellings )
7790 out += "[" + spelling + "]";
7791 return out;
7792 }
7793
7794 std::size_t listTags( Config const& config ) {
7795 TestSpec testSpec = config.testSpec();

Callers 1

listTagsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected