MCPcopy 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

linearizeInnerMethod · 0.95
toStringInstrsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected