Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ Contains
Method
Contains
engine/Poseidon/Core/ModCollection.cpp:208–211 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
206
{
207
_mods.push_back(std::move(mod));
208
}
209
210
bool ModCollection::Contains(const std::string& id) const
211
{
212
return Find(id) != nullptr;
213
}
214
Callers
1
Load
Method · 0.45
Calls
1
Find
Function · 0.85
Tested by
no test coverage detected