Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
findFirst
Method · 0.80
filter
Method · 0.80
stream
Method · 0.80
get
Method · 0.65
getName
Method · 0.65
equals
Method · 0.45
Tested by
no test coverage detected