Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ getTargetIPC
Method
getTargetIPC
src/main/java/org/dynjs/ir/operands/Label.java:28–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
}
27
28
public
int
getTargetIPC() {
29
return
targetIPC;
30
}
31
32
public
void
setTargetIPC(
int
targetIPC) {
33
this.targetIPC = targetIPC;
Callers
2
setupRescueMap
Method · 0.80
execute
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected