Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
void FileFinder::AddFindExtension(const std::string &extension) {
13
_findExtension.insert(extension);
14
}
15
16
void FileFinder::AddFindFile(const std::string &fileName) {
17
_findFile.insert(fileName);
Callers
2
CheckWorkspace
Method · 0.80
ReformatWorkspace
Method · 0.80
Calls
1
insert
Method · 0.45
Tested by
no test coverage detected