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

Class TagInfo

unittests/catch.hpp:7701–7707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7699 std::size_t listTestsNamesOnly( Config const& config );
7700
7701 struct TagInfo {
7702 void add( std::string const& spelling );
7703 std::string all() const;
7704
7705 std::set<std::string> spellings;
7706 std::size_t count = 0;
7707 };
7708
7709 std::size_t listTags( Config const& config );
7710

Callers 1

listTagsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected