Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
bool GameData::isFolder() const
24
{
25
return false;
26
}
27
28
const std::string & GameData::getName() const
29
{
Callers
5
searchFolderByPath
Function · 0.45
createGameFromPath
Function · 0.45
input
Method · 0.45
updateList
Method · 0.45
updateDetailData
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected