MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / find

Method find

extlibs/catch/include/catch/catch.hpp:13399–13405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13397 TagAliasRegistry::~TagAliasRegistry() {}
13398
13399 TagAlias const* TagAliasRegistry::find( std::string const& alias ) const {
13400 auto it = m_registry.find( alias );
13401 if( it != m_registry.end() )
13402 return &(it->second);
13403 else
13404 return nullptr;
13405 }
13406
13407 std::string TagAliasRegistry::expandAliases( std::string const& unexpandedTestSpec ) const {
13408 std::string expandedTestSpec = unexpandedTestSpec;

Callers 11

isWhitespaceFunction · 0.45
isBreakableBeforeFunction · 0.45
isBreakableAfterFunction · 0.45
makeCommandLineParserFunction · 0.45
listTagsFunction · 0.45
createMethod · 0.45
containsFunction · 0.45
replaceInPlaceFunction · 0.45
expandAliasesMethod · 0.45
printHeaderStringMethod · 0.45

Calls 1

endMethod · 0.45

Tested by

no test coverage detected