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

Method setIPC

src/main/java/org/dynjs/ir/Instruction.java:37–39  ·  view source on GitHub ↗
(int ipc)

Source from the content-addressed store, hash-verified

35 }
36
37 public void setIPC(int ipc) {
38 this.ipc = ipc;
39 }
40
41 /**
42 * List of all variables used by this instruction.

Callers 1

prepareIPCsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected