Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ nIns
Method
nIns
chapter05/src/main/java/com/seaofnodes/simple/node/Node.java:111–111 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
109
public
Node in(
int
i) {
return
_inputs.get(i); }
110
111
public
int
nIns() {
return
_inputs.size(); }
112
113
public
Node out(
int
i) {
return
_outputs.get(i); }
114
Callers
13
idealize
Method · 0.95
kill
Method · 0.95
isDead
Method · 0.95
allCons
Method · 0.95
parseIf
Method · 0.45
same_op
Method · 0.45
same_inputs
Method · 0.45
reverseNames
Method · 0.45
define
Method · 0.45
dup
Method · 0.45
mergeScopes
Method · 0.45
ret
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected