MCPcopy 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
135int ThreadResult::getFileCount() const
136{
137 std::lock_guard<std::mutex> locker(mutex);
138 return mFiles.size() + mFileSettings.size();
139}

Callers 1

checkMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected