MCPcopy Create free account
hub / github.com/apache/sirona / getPrimary

Method getPrimary

api/src/main/java/org/apache/sirona/counters/Unit.java:171–173  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

169 }
170
171 public Unit getPrimary() {
172 return this.primary;
173 }
174
175 public int compareTo(Unit o) {
176 return scale < o.scale ? -1 : 1;

Callers 2

UnitMethod · 0.80
isCompatibleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected