MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / operator==

Function operator==

source/core/StarDirectives.cpp:265–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265bool operator==(Directives const& d1, Directives const& d2) {
266 return d1.equals(d2);
267}
268
269bool operator==(String const& string, Directives const& directives) {
270 return directives.equals(string);

Callers

nothing calls this directly

Calls 2

equalsMethod · 0.45
compareMethod · 0.45

Tested by

no test coverage detected