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

Method pushFileData

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

Source from the content-addressed store, hash-verified

37}
38
39void FolderData::pushFileData(FileData* file)
40{
41 mFileVector.push_back(file);
42}
43
44//sort this folder and any subfolders
45void FolderData::sort(ComparisonFunction & comparisonFunction, bool ascending)

Callers 2

populateFolderMethod · 0.80
createGameFromPathFunction · 0.80

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected