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

Class ContainsMatcher

unittests/catch.hpp:2477–2480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2475 bool match( std::string const& source ) const override;
2476 };
2477 struct ContainsMatcher : StringMatcherBase {
2478 ContainsMatcher( CasedString const& comparator );
2479 bool match( std::string const& source ) const override;
2480 };
2481 struct StartsWithMatcher : StringMatcherBase {
2482 StartsWithMatcher( CasedString const& comparator );
2483 bool match( std::string const& source ) const override;

Callers 1

ContainsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected