MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / Requires

Method Requires

engine/Poseidon/Core/ServerModResolve.hpp:70–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 const std::vector<ModId>& Required() const { return _required; }
69 bool RequiresExactMatch() const { return _exact; }
70 bool Requires(const ModId& id) const { return _set.count(id) != 0; }
71 bool Empty() const { return _required.empty(); }
72
73 private:

Callers 2

ResolveMethod · 0.80

Calls 1

countMethod · 0.45

Tested by

no test coverage detected