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

Method getArgsString

src/main/java/pascal/taie/ir/exp/InvokeExp.java:90–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88 public abstract String getInvokeString();
89
90 public String getArgsString() {
91 return "(" + args.stream()
92 .map(Var::toString)
93 .collect(Collectors.joining(", ")) + ")";
94 }
95
96 @Override
97 public Set<RValue> getUses() {

Callers 4

toStringMethod · 0.95
toStringMethod · 0.80
toStringMethod · 0.80
toStringMethod · 0.80

Calls 2

streamMethod · 0.80
mapMethod · 0.65

Tested by

no test coverage detected