Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ nOuts
Method
nOuts
chapter23/src/main/java/com/seaofnodes/simple/node/Node.java:145–145 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
143
public
int
nIns() {
return
_inputs.size(); }
144
145
public
int
nOuts() {
return
_outputs.size(); }
146
147
public
boolean isUnused() {
return
nOuts() == 0; }
148
Callers
15
kills
Method · 0.95
insertBefore
Method · 0.95
idealize
Method · 0.95
same_op
Method · 0.95
isUnused
Method · 0.95
subsume
Method · 0.95
setDefOrdered
Method · 0.95
eval
Method · 0.45
parallelAssignPhis
Method · 0.45
do_block
Method · 0.45
opto
Method · 0.45
splitEmptyMaskSimple
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
2
eval
Method · 0.36
parallelAssignPhis
Method · 0.36