MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / add

Method add

Bcore/src/main/cpp/Dobby/tests/catch.hpp:7575–7578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7573}
7574
7575void TagInfo::add(std::string const &spelling) {
7576 ++count;
7577 spellings.insert(spelling);
7578}
7579
7580std::string TagInfo::all() const {
7581 std::string out;

Callers 15

getAppListMethod · 0.45
replaceDataMethod · 0.45
addDataMethod · 0.45
listTagsFunction · 0.45
registerTagAliasMethod · 0.45
ReusableStringStreamMethod · 0.45
pFunction · 0.45
AbiUtilsMethod · 0.45
getCookiesMethod · 0.45
getDexFilesMethod · 0.45
AppSystemEnvClass · 0.45

Calls 4

startsWithFunction · 0.85
endsWithFunction · 0.85
TagAliasClass · 0.85
insertMethod · 0.45

Tested by

no test coverage detected