MCPcopy Create free account
hub / github.com/LFYSec/MScan / getUses

Method getUses

src/main/java/pascal/taie/ir/stmt/If.java:70–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68 }
69
70 @Override
71 public Set<RValue> getUses() {
72 Set<RValue> uses = new ArraySet<>(condition.getUses());
73 uses.add(condition);
74 return uses;
75 }
76
77 @Override
78 public List<Stmt> getTargets() {

Callers

nothing calls this directly

Calls 2

addMethod · 0.95
getUsesMethod · 0.65

Tested by

no test coverage detected