Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
97
bool 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
Compile
Method · 0.80
Match
Method · 0.45
Tested by
no test coverage detected