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

Method find

unittests/catch.hpp:9784–9790  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9782 TagAliasRegistry::~TagAliasRegistry() {}
9783
9784 TagAlias const* TagAliasRegistry::find( std::string const& alias ) const {
9785 auto it = m_registry.find( alias );
9786 if( it != m_registry.end() )
9787 return &(it->second);
9788 else
9789 return nullptr;
9790 }
9791
9792 std::string TagAliasRegistry::expandAliases( std::string const& unexpandedTestSpec ) const {
9793 std::string expandedTestSpec = unexpandedTestSpec;

Callers 12

mainFunction · 0.45
mainFunction · 0.45
isWhitespaceFunction · 0.45
isBreakableBeforeFunction · 0.45
isBreakableAfterFunction · 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