Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ isCampaignAvailable
Method
isCampaignAvailable
Source/ResourceMan.cpp:484–486 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
482
}
483
484
bool cResourceMan::isCampaignAvailable(std::string pName) const {
485
return (mCampaigns.find(pName) != mCampaigns.end());
486
}
487
488
std::vector<std::string> cResourceMan::getValidPaths() const {
489
return mValidPaths;
Callers
nothing calls this directly
Calls
2
find
Method · 0.80
end
Method · 0.45
Tested by
no test coverage detected