Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ out
Method
out
chapter23/src/main/java/com/seaofnodes/simple/node/Node.java:140–140 ·
view source on GitHub ↗
(int i)
Source
from the content-addressed store, hash-verified
138
*/
139
public
Node in(
int
i) {
return
_inputs.get(i); }
140
public
Node out(
int
i) {
return
_outputs.get(i); }
141
public
final
Ary<Node> outs() {
return
_outputs; }
142
143
public
int
nIns() {
return
_inputs.size(); }
Callers
15
kills
Method · 0.95
biasColor
Method · 0.95
breakUpGlobalConstants
Method · 0.95
eval
Method · 0.45
parallelAssignPhis
Method · 0.45
do_block
Method · 0.45
pickRiskyScore
Method · 0.45
opto
Method · 0.45
splitSelfConflict
Method · 0.45
splitByLoop
Method · 0.45
ldepth
Method · 0.45
insertAfterAndReplace
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
2
eval
Method · 0.36
parallelAssignPhis
Method · 0.36