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

Method add

extlibs/catch/include/catch/catch.hpp:10885–10888  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10883 }
10884
10885 void TagInfo::add( std::string const& spelling ) {
10886 ++count;
10887 spellings.insert( spelling );
10888 }
10889
10890 std::string TagInfo::all() const {
10891 size_t size = 0;

Callers 4

listTagsFunction · 0.45
registerTagAliasMethod · 0.45
ReusableStringStreamMethod · 0.45

Calls 6

TagAliasClass · 0.85
startsWithFunction · 0.70
endsWithFunction · 0.70
findFunction · 0.50
insertMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected