Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ isDead
Method
isDead
chapter02/src/main/java/com/seaofnodes/simple/node/Node.java:181–181 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
179
180
// Mostly used for asserts and printing.
181
boolean isDead() {
return
isUnused() && nIns()==0 && _type==null; }
182
/**
183
* We allow disabling peephole opt so that we can observe the
184
* full graph, vs the optimized graph.
Callers
2
_print0
Method · 0.95
kill
Method · 0.95
Calls
2
isUnused
Method · 0.95
nIns
Method · 0.95
Tested by
no test coverage detected