Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/sirona
/ isPrimary
Method
isPrimary
api/src/main/java/org/apache/sirona/counters/Unit.java:163–165 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
161
}
162
163
public
boolean isPrimary() {
164
return
primary == this;
165
}
166
167
public
boolean isCompatible(Unit unit) {
168
return
primary == unit.getPrimary();
Callers
1
Unit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected