Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ addFile
Method
addFile
lib/cppcheck.cpp:301–303 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
299
std::remove(fileName.c_str());
300
}
301
void addFile(const std::string& fileName) {
302
mFilenames.push_back(fileName);
303
}
304
private:
305
std::vector<std::string> mFilenames;
306
};
Callers
3
checkInternal
Method · 0.45
executeAddons
Method · 0.45
executeAddonsWholeProgram
Method · 0.45
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected