Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ isKill
Method
isKill
chapter24/src/main/java/com/seaofnodes/simple/node/Node.java:298–301 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
296
kill();
297
}
298
public
void
isKill() {
299
if
( isUnused() )
300
kill();
301
}
302
303
304
// Replace self with nnn in the graph, making 'this' go dead
Callers
2
parseLooping
Method · 0.45
parseStruct
Method · 0.45
Calls
2
isUnused
Method · 0.95
kill
Method · 0.95
Tested by
no test coverage detected