MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / find

Method find

tests/catch.hpp:11320–11326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11318 TagAliasRegistry::~TagAliasRegistry() {}
11319
11320 TagAlias const* TagAliasRegistry::find( std::string const& alias ) const {
11321 auto it = m_registry.find( alias );
11322 if( it != m_registry.end() )
11323 return &(it->second);
11324 else
11325 return nullptr;
11326 }
11327
11328 std::string TagAliasRegistry::expandAliases( std::string const& unexpandedTestSpec ) const {
11329 std::string expandedTestSpec = unexpandedTestSpec;

Callers 12

isWhitespaceFunction · 0.80
isBreakableBeforeFunction · 0.80
isBreakableAfterFunction · 0.80
makeCommandLineParserFunction · 0.80
listTagsFunction · 0.80
createMethod · 0.80
containsFunction · 0.80
replaceInPlaceFunction · 0.80
expandAliasesMethod · 0.80
printHeaderStringMethod · 0.80
_constructMethod · 0.80

Calls 1

endMethod · 0.45

Tested by

no test coverage detected