MCPcopy 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
210bool ModCollection::Contains(const std::string& id) const
211{
212 return Find(id) != nullptr;
213}
214

Callers 1

LoadMethod · 0.45

Calls 1

FindFunction · 0.85

Tested by

no test coverage detected