Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ nIns
Method
nIns
chapter02/src/main/java/com/seaofnodes/simple/node/Node.java:118–118 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
116
public
Node in(
int
i) {
return
_inputs.get(i); }
117
118
public
int
nIns() {
return
_inputs.size(); }
119
120
public
Node out(
int
i) {
return
_outputs.get(i); }
121
Callers
2
kill
Method · 0.95
isDead
Method · 0.95
Calls
1
size
Method · 0.45
Tested by
no test coverage detected