MCPcopy Create free account
hub / github.com/dynjs/dynjs / getIPC

Method getIPC

src/main/java/org/dynjs/ir/Instruction.java:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 }
32
33 public int getIPC() {
34 return ipc;
35 }
36
37 public void setIPC(int ipc) {
38 this.ipc = ipc;

Callers 1

setupRescueMapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected