MCPcopy Create free account
hub / github.com/SeaOfNodes/Simple / eq

Method eq

chapter15/src/main/java/com/seaofnodes/simple/node/Node.java:497–497  ·  view source on GitHub ↗
( Node n )

Source from the content-addressed store, hash-verified

495 // Subclasses add extra checks (such as ConstantNodes have same constant),
496 // and can assume "this!=n" and has the same Java class.
497 boolean eq( Node n ) { return true; }
498
499
500 // Cached hash. If zero, then not computed AND this Node is NOT in the GVN

Callers 1

equalsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected