MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / getFileCount

Method getFileCount

src/FolderData.cpp:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11const std::string & FolderData::getName() const { return mName; }
12const std::string & FolderData::getPath() const { return mPath; }
13unsigned int FolderData::getFileCount() { return mFileVector.size(); }
14
15
16FolderData::FolderData(SystemData* system, std::string path, std::string name)

Callers 6

populateFolderMethod · 0.80
loadConfigMethod · 0.80
searchFolderByPathFunction · 0.80
createGameFromPathFunction · 0.80
inputMethod · 0.80
updateListMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected