Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ isEmpty
Method
isEmpty
src/main/java/org/dynjs/ir/representations/BasicBlock.java:87–89 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
85
}
86
87
public
boolean isEmpty() {
88
return
instructions.isEmpty();
89
}
90
91
@Override
92
public
int
compareTo(Object o) {
Callers
3
deleteOrphanedBlocks
Method · 0.45
mergeBBs
Method · 0.45
optimize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected