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

Method swap12

chapter17/src/main/java/com/seaofnodes/simple/node/Node.java:575–581  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

573
574 // Swap inputs without letting either input go dead during the swap.
575 Node swap12() {
576 unlock(); // Hash is order dependent
577 Node tmp = in(1);
578 _inputs.set(1,in(2));
579 _inputs.set(2,tmp);
580 return this;
581 }
582
583 /**
584 * Does this node contain all constants? Ignores in(0), as is usually

Callers 6

idealizeMethod · 0.45
idealizeMethod · 0.45
idealizeMethod · 0.45
idealizeMethod · 0.45
idealizeMethod · 0.45
idealizeMethod · 0.45

Calls 3

unlockMethod · 0.95
inMethod · 0.95
setMethod · 0.45

Tested by

no test coverage detected