Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aloshi/EmulationStation
/ addReloadable
Method
addReloadable
src/resources/ResourceManager.cpp:95–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
95
void ResourceManager::addReloadable(std::weak_ptr<IReloadable> reloadable)
96
{
97
mReloadables.push_back(reloadable);
98
}
Callers
2
get
Method · 0.80
get
Method · 0.80
Calls
1
push_back
Method · 0.80
Tested by
no test coverage detected