MCPcopy Create free account
hub / github.com/MaskRay/ccls / Matcher

Method Matcher

src/utils.cc:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31};
32
33Matcher::Matcher(const std::string &pattern) : impl(std::make_unique<Impl>()), pattern(pattern) {
34 impl->regex = std::regex(pattern, std::regex_constants::ECMAScript | std::regex_constants::icase |
35 std::regex_constants::optimize);
36}
37
38Matcher::~Matcher() {}
39

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected