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

Method isMatch

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

Source from the content-addressed store, hash-verified

5990 }
5991
5992 auto isMatch(std::string const &optToken) const -> bool {
5993 auto normalisedToken = normaliseOpt(optToken);
5994 for (auto const &name : m_optNames) {
5995 if (normaliseOpt(name) == normalisedToken)
5996 return true;
5997 }
5998 return false;
5999 }
6000
6001 using ParserBase::parse;
6002

Callers

nothing calls this directly

Calls 1

normaliseOptFunction · 0.85

Tested by

no test coverage detected