Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ nIns
Method
nIns
chapter07/src/main/java/com/seaofnodes/simple/node/Node.java:154–154 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
152
public
Node in(
int
i) {
return
_inputs.get(i); }
153
154
public
int
nIns() {
return
_inputs.size(); }
155
156
public
Node out(
int
i) {
return
_outputs.get(i); }
157
Callers
15
idealize
Method · 0.95
kill
Method · 0.95
isDead
Method · 0.95
allCons
Method · 0.95
phiCon
Method · 0.95
nodeEdges
Method · 0.45
parseIf
Method · 0.45
compute
Method · 0.45
same_op
Method · 0.45
singleUniqueInput
Method · 0.45
_print1
Method · 0.45
reverseNames
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected