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

Method find

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

Source from the content-addressed store, hash-verified

9706}
9707
9708TagAlias const *TagAliasRegistry::find(std::string const &alias) const {
9709 auto it = m_registry.find(alias);
9710 if (it != m_registry.end())
9711 return &(it->second);
9712 else
9713 return nullptr;
9714}
9715
9716std::string TagAliasRegistry::expandAliases(std::string const &unexpandedTestSpec) const {
9717 std::string expandedTestSpec = unexpandedTestSpec;

Callers 15

operator==Method · 0.45
BuildMethod · 0.45
GetStringIdxMethod · 0.45
GetTypeIdxMethod · 0.45
GetFieldIdxMethod · 0.45
GetMethodIdxMethod · 0.45
~LogMessageMethod · 0.45
common_handlerFunction · 0.45
common_handlerFunction · 0.45

Calls 1

endMethod · 0.45

Tested by

no test coverage detected