Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ nOuts
Method
nOuts
chapter06/src/main/java/com/seaofnodes/simple/node/Node.java:125–125 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
123
public
Node out(
int
i) {
return
_outputs.get(i); }
124
125
public
int
nOuts() {
return
_outputs.size(); }
126
127
public
boolean isUnused() {
return
nOuts() == 0; }
128
Callers
1
isUnused
Method · 0.95
Calls
1
size
Method · 0.45
Tested by
no test coverage detected