Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ isDataAvailable
Method
isDataAvailable
Source/ResourceMan.cpp:480–482 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
478
}
479
480
bool cResourceMan::isDataAvailable() const {
481
return mReleasePath.size() > 0;
482
}
483
484
bool cResourceMan::isCampaignAvailable(std::string pName) const {
485
return (mCampaigns.find(pName) != mCampaigns.end());
Callers
1
Prepare
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected