Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
265
bool operator==(Directives const& d1, Directives const& d2) {
266
return d1.equals(d2);
267
}
268
269
bool operator==(String const& string, Directives const& directives) {
270
return directives.equals(string);
Callers
nothing calls this directly
Calls
2
equals
Method · 0.45
compare
Method · 0.45
Tested by
no test coverage detected