MCPcopy Create free account
hub / github.com/RenderKit/embree / find

Method find

tutorials/external/catch.hpp:11588–11594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11586 TagAliasRegistry::~TagAliasRegistry() {}
11587
11588 TagAlias const* TagAliasRegistry::find( std::string const& alias ) const {
11589 auto it = m_registry.find( alias );
11590 if( it != m_registry.end() )
11591 return &(it->second);
11592 else
11593 return nullptr;
11594 }
11595
11596 std::string TagAliasRegistry::expandAliases( std::string const& unexpandedTestSpec ) const {
11597 std::string expandedTestSpec = unexpandedTestSpec;

Callers 15

addMethod · 0.45
VerifyApplicationMethod · 0.45
ChannelsInLayerFunction · 0.45
loadImageFunction · 0.45
parseCommandLineMethod · 0.45
loadMethod · 0.45
makeUniqueIDMethod · 0.45
lookupGeometriesMethod · 0.45
store_parmMethod · 0.45
storeMethod · 0.45

Calls 1

endMethod · 0.45

Tested by

no test coverage detected