Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ setFiles
Method
setFiles
gui/threadhandler.cpp:63–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
void ThreadHandler::setFiles(std::list<FileWithDetails> files)
64
{
65
mLastFiles = files;
66
mResults.setFiles(std::move(files));
67
}
68
69
void ThreadHandler::setProject(const ImportProject &prj)
70
{
Callers
1
setCheckFiles
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected