MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getFilesCount

Method getFilesCount

src/tools/ecode/projectdirectorytree.cpp:309–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307}
308
309size_t ProjectDirectoryTree::getFilesCount() const {
310 Lock l( mFilesMutex );
311 return mFiles.size();
312}
313
314std::vector<std::string> ProjectDirectoryTree::getFiles() const {
315 Lock l( mFilesMutex );

Callers 2

loadDirTreeMethod · 0.80
doGlobalSearchMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected