Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ in
Method
in
chapter04/src/main/java/com/seaofnodes/simple/node/Node.java:109–109 ·
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
107
* @
return
Input node or null
108
*/
109
public
Node in(
int
i) {
return
_inputs.get(i); }
110
111
public
int
nIns() {
return
_inputs.size(); }
112
Callers
15
setDef
Method · 0.95
swap12
Method · 0.95
idealize
Method · 0.95
testVarArg
Method · 0.45
testSimpleProgram
Method · 0.45
scopeEdges
Method · 0.45
findAll
Method · 0.45
_print1
Method · 0.45
compute
Method · 0.45
idealize
Method · 0.45
ctrl
Method · 0.45
_print1
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
2
testVarArg
Method · 0.36
testSimpleProgram
Method · 0.36