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

Method add

Source/ThirdParty/catch2/catch.hpp:11301–11304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11299 }
11300
11301 void TagInfo::add( std::string const& spelling ) {
11302 ++count;
11303 spellings.insert( spelling );
11304 }
11305
11306 std::string TagInfo::all() const {
11307 size_t size = 0;

Callers 4

listTagsFunction · 0.45
registerTagAliasMethod · 0.45
ReusableStringStreamMethod · 0.45

Calls 6

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

Tested by

no test coverage detected