Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ idom
Method
idom
chapter10/src/main/java/com/seaofnodes/simple/node/Node.java:573–573 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
571
572
// Return the immediate dominator of this Node.
573
Node idom() {
return
in(0); }
574
575
// Make a shallow copy (same class) of this Node, with given inputs and
576
// empty outputs and a new Node ID. The original inputs are ignored.
Callers
3
idealize
Method · 0.95
idom
Method · 0.95
idealize
Method · 0.95
Calls
1
in
Method · 0.95
Tested by
no test coverage detected