Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ in
Method
in
chapter02/src/main/java/com/seaofnodes/simple/node/Node.java:116–116 ·
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
114
* @
return
Input node or null
115
*/
116
public
Node in(
int
i) {
return
_inputs.get(i); }
117
118
public
int
nIns() {
return
_inputs.size(); }
119
Callers
14
setDef
Method · 0.95
testSimpleProgram
Method · 0.45
_print1
Method · 0.45
compute
Method · 0.45
_print1
Method · 0.45
compute
Method · 0.45
_print1
Method · 0.45
compute
Method · 0.45
_print1
Method · 0.45
compute
Method · 0.45
_print1
Method · 0.45
compute
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
1
testSimpleProgram
Method · 0.36