MCPcopy Create free account
hub / github.com/LFYSec/MScan / getVar

Method getVar

src/main/java/pascal/taie/ir/DefaultIR.java:110–113  ·  view source on GitHub ↗
(int i)

Source from the content-addressed store, hash-verified

108 }
109
110 @Override
111 public Var getVar(int i) {
112 return vars.get(i);
113 }
114
115 @Override
116 public Var getVar(String name) {

Callers

nothing calls this directly

Calls 6

findFirstMethod · 0.80
filterMethod · 0.80
streamMethod · 0.80
getMethod · 0.65
getNameMethod · 0.65
equalsMethod · 0.45

Tested by

no test coverage detected