Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ getFileCount
Method
getFileCount
gui/threadresult.cpp:135–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
}
134
135
int ThreadResult::getFileCount() const
136
{
137
std::lock_guard<std::mutex> locker(mutex);
138
return mFiles.size() + mFileSettings.size();
139
}
Callers
1
check
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected