MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / TestPattern

Method TestPattern

Test/src/TestHelper.cpp:97–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97bool TestHelper::TestPattern(std::string_view pattern, std::string_view path) {
98 EditorconfigPattern p;
99 p.Compile(pattern);
100
101 return p.Match(path);
102}
103

Callers

nothing calls this directly

Calls 2

CompileMethod · 0.80
MatchMethod · 0.45

Tested by

no test coverage detected