Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ AddFindFile
Method
AddFindFile
Util/src/FileFinder.cpp:16–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
}
15
16
void FileFinder::AddFindFile(const std::string &fileName) {
17
_findFile.insert(fileName);
18
}
19
20
void FileFinder::AddIgnorePatterns(const std::string &pattern) {
21
if (pattern.empty()) {
Callers
1
EnableAutoDetectConfig
Method · 0.80
Calls
1
insert
Method · 0.45
Tested by
no test coverage detected