MCPcopy Create free account
hub / github.com/apache/cloudstack / hashCode

Method hashCode

engine/schema/src/main/java/com/cloud/host/HostVO.java:723–726  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

721 }
722
723 @Override
724 public int hashCode() {
725 return NumbersUtil.hash(id);
726 }
727
728 @Override
729 public boolean equals(Object obj) {

Callers

nothing calls this directly

Calls 1

hashMethod · 0.95

Tested by

no test coverage detected