Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ in
Method
in
chapter06/src/main/java/com/seaofnodes/simple/node/Node.java:119–119 ·
view source on GitHub ↗
Gets the ith input node @param i Offset of the input node @return Input node or null
(int i)
Source
from the content-addressed store, hash-verified
117
* @
return
Input node or null
118
*/
119
public
Node in(
int
i) {
return
_inputs.get(i); }
120
121
public
int
nIns() {
return
_inputs.size(); }
122
Callers
15
idealize
Method · 0.95
setDef
Method · 0.95
delDef
Method · 0.95
swap12
Method · 0.95
allCons
Method · 0.95
idom
Method · 0.95
idealize
Method · 0.95
phiCon
Method · 0.95
testVarArg
Method · 0.45
testSimpleProgram
Method · 0.45
scopeEdges
Method · 0.45
_print1
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
2
testVarArg
Method · 0.36
testSimpleProgram
Method · 0.36