Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
listTags
Function · 0.45
registerTagAlias
Method · 0.45
registerStartupException
Method · 0.45
ReusableStringStream
Method · 0.45
Calls
6
startsWith
Function · 0.85
endsWith
Function · 0.85
TagAlias
Class · 0.85
find
Function · 0.85
insert
Method · 0.45
push_back
Method · 0.45
Tested by
no test coverage detected