Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ruleFileMulti
Method · 0.80
ruleFileSingle
Method · 0.80
Calls
no outgoing calls
Tested by
3
assertRegex_
Method · 0.64
ruleFileMulti
Method · 0.64
ruleFileSingle
Method · 0.64