MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / engine

Method engine

lib/regex.cpp:182–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180 std::string match(const std::string& str, const MatchFn& matchFn) const override;
181
182 Engine engine() const override {
183 return Engine::Pcre;
184 }
185
186 private:
187 std::string mPattern;

Callers 3

assertRegex_Method · 0.80
ruleFileMultiMethod · 0.80
ruleFileSingleMethod · 0.80

Calls

no outgoing calls

Tested by 3

assertRegex_Method · 0.64
ruleFileMultiMethod · 0.64
ruleFileSingleMethod · 0.64