MCPcopy 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
16void FileFinder::AddFindFile(const std::string &fileName) {
17 _findFile.insert(fileName);
18}
19
20void FileFinder::AddIgnorePatterns(const std::string &pattern) {
21 if (pattern.empty()) {

Callers 1

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected