Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ nIns
Method
nIns
chapter10/src/main/java/com/seaofnodes/simple/node/Node.java:132–132 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
130
public
Node out(
int
i) {
return
_outputs.get(i); }
131
132
public
int
nIns() {
return
_inputs.size(); }
133
134
public
int
nOuts() {
return
_outputs.size(); }
135
Callers
15
idealize
Method · 0.95
kill
Method · 0.95
isDead
Method · 0.95
allCons
Method · 0.95
phiCon
Method · 0.95
evaluate
Method · 0.45
doSchedule
Method · 0.45
isCFGNodeReady
Method · 0.45
schedulePhis
Method · 0.45
doBuildCTF
Method · 0.45
doMarkAlive
Method · 0.45
nodeEdges
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
6
evaluate
Method · 0.36
doSchedule
Method · 0.36
isCFGNodeReady
Method · 0.36
schedulePhis
Method · 0.36
doBuildCTF
Method · 0.36
doMarkAlive
Method · 0.36