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

Method AddFindExtension

Util/src/FileFinder.cpp:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12void FileFinder::AddFindExtension(const std::string &extension) {
13 _findExtension.insert(extension);
14}
15
16void FileFinder::AddFindFile(const std::string &fileName) {
17 _findFile.insert(fileName);

Callers 2

CheckWorkspaceMethod · 0.80
ReformatWorkspaceMethod · 0.80

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected