MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / MatchExpr

Method MatchExpr

Bcore/src/main/cpp/Dobby/tests/catch.hpp:2561–2563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2559
2560public:
2561 MatchExpr(ArgT const &arg, MatcherT const &matcher, StringRef matcherString)
2562 : ITransientExpression{true, matcher.match(arg)}, m_arg(arg), m_matcher(matcher), m_matcherString(matcherString) {
2563 }
2564
2565 void streamReconstructedExpression(std::ostream &os) const override {
2566 auto matcherAsString = m_matcher.toString();

Callers

nothing calls this directly

Calls 1

matchMethod · 0.45

Tested by

no test coverage detected