Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ getID
Method
getID
src/main/java/org/dynjs/ir/representations/BasicBlock.java:30–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
}
29
30
@Override
31
public
int
getID() {
32
return
id;
33
}
34
35
public
Label getLabel() {
36
return
label;
Callers
3
linearizeInner
Method · 0.95
verifyAllBasicBlocksProcessed
Method · 0.80
toStringInstrs
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected