MCPcopy Create free account
hub / github.com/Card-Forge/forge / hashCode

Method hashCode

forge-game/src/main/java/forge/game/GameEntity.java:397–400  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

395 }
396
397 @Override
398 public final int hashCode() {
399 return id;
400 }
401
402 @Override
403 public String toString() {

Callers 1

equalsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected