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

Method isFolder

src/GameData.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23bool GameData::isFolder() const
24{
25 return false;
26}
27
28const std::string & GameData::getName() const
29{

Callers 5

searchFolderByPathFunction · 0.45
createGameFromPathFunction · 0.45
inputMethod · 0.45
updateListMethod · 0.45
updateDetailDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected