Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ getVars
Method
getVars
src/main/java/pascal/taie/ir/IR.java:100–100 ·
view source on GitHub ↗
@return the variables in this IR.
()
Source
from the content-addressed store, hash-verified
98
* @
return
the variables in this IR.
99
*/
100
List<Var> getVars();
101
102
/**
103
* @
return
an indexer
for
the variables in this IR.
Callers
4
compareIR
Method · 0.95
test
Method · 0.95
build
Method · 0.65
print
Method · 0.65
Implementers
1
DefaultIR
src/main/java/pascal/taie/ir/DefaultIR
Calls
no outgoing calls
Tested by
2
compareIR
Method · 0.76
test
Method · 0.76