Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ operator!=
Function
operator!=
source/core/StarDirectives.cpp:409–411 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
407
}
408
409
bool operator!=(DirectivesGroup const& a, DirectivesGroup const& b) {
410
return !a.compare(b);
411
}
412
413
DataStream& operator>>(DataStream& ds, DirectivesGroup& directivesGroup) {
414
String string;
Callers
nothing calls this directly
Calls
1
compare
Method · 0.45
Tested by
no test coverage detected