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

Class StartsWithMatcher

unittests/catch.hpp:2481–2484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;
2484 };
2485 struct EndsWithMatcher : StringMatcherBase {
2486 EndsWithMatcher( CasedString const& comparator );
2487 bool match( std::string const& source ) const override;

Callers 1

StartsWithFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected