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