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

Method StringMatcherBase

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

Source from the content-addressed store, hash-verified

7840}
7841
7842StringMatcherBase::StringMatcherBase(std::string const &operation, CasedString const &comparator)
7843 : m_comparator(comparator), m_operation(operation) {
7844}
7845
7846std::string StringMatcherBase::describe() const {
7847 std::string description;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected