MCPcopy 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

addMethod · 0.95
getUsesMethod · 0.65

Tested by

no test coverage detected