Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ getUses
Method
getUses
src/main/java/pascal/taie/ir/stmt/Invoke.java:134–139 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
132
}
133
134
@Override
135
public
Set<RValue> getUses() {
136
Set<RValue> uses =
new
ArraySet<>(invokeExp.getUses());
137
uses.add(invokeExp);
138
return
uses;
139
}
140
141
@Override
142
public
<T> T accept(StmtVisitor<T> visitor) {
Callers
nothing calls this directly
Calls
2
add
Method · 0.95
getUses
Method · 0.65
Tested by
no test coverage detected