Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ in
Method
in
chapter08/src/main/java/com/seaofnodes/simple/node/Node.java:156–156 ·
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
154
* @
return
Input node or null
155
*/
156
public
Node in(
int
i) {
return
_inputs.get(i); }
157
158
public
int
nIns() {
return
_inputs.size(); }
159
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
nodeEdges
Method · 0.45
scopeEdges
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
2
testVarArg
Method · 0.36
testSimpleProgram
Method · 0.36