MCPcopy 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
480bool cResourceMan::isDataAvailable() const {
481 return mReleasePath.size() > 0;
482}
483
484bool cResourceMan::isCampaignAvailable(std::string pName) const {
485 return (mCampaigns.find(pName) != mCampaigns.end());

Callers 1

PrepareMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected