Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ getIndex
Method
getIndex
src/main/java/pascal/taie/ir/DefaultIR.java:132–135 ·
view source on GitHub ↗
(Var v)
Source
from the content-addressed store, hash-verified
130
private
class
VarIndexer implements Indexer<Var>, Serializable {
131
132
@Override
133
public
int
getIndex(Var v) {
134
return
v.getIndex();
135
}
136
137
@Override
138
public
Var getObject(
int
i) {
Callers
nothing calls this directly
Calls
1
getIndex
Method · 0.65
Tested by
no test coverage detected