Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
IRBuildHelper
Method · 0.95
newTempVar
Method · 0.95
Calls
1
add
Method · 0.65
Tested by
no test coverage detected