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

Method newVar

src/main/java/pascal/taie/ir/IRBuildHelper.java:152–156  ·  view source on GitHub ↗
(String name, Type type)

Source from the content-addressed store, hash-verified

150 }
151
152 private Var newVar(String name, Type type) {
153 Var var = new Var(method, name, type, varCounter++);
154 vars.add(var);
155 return var;
156 }
157}

Callers 2

IRBuildHelperMethod · 0.95
newTempVarMethod · 0.95

Calls 1

addMethod · 0.65

Tested by

no test coverage detected