Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aloshi/EmulationStation
/ setName
Method
setName
src/GameData.cpp:33–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
void GameData::setName(const std::string & name)
34
{
35
mName = name;
36
}
37
38
const std::string & GameData::getPath() const
39
{
Callers
1
parseGamelist
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected