Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
toString
Method · 0.95
toString
Method · 0.80
toString
Method · 0.80
toString
Method · 0.80
Calls
2
stream
Method · 0.80
map
Method · 0.65
Tested by
no test coverage detected