[RESOLVED] What does "sink.asExpr() = ma.getArgument(0)" do here? #7696
Replies: 1 comment
-
Finally the equality constraint ties the whole thing together, so the line means "sink is a node corresponding to an expression which is passed to a call to Your question about |
Beta Was this translation helpful? Give feedback.
-
I found this sink predicate online and it works fine:
I understand the first two filter statement, but not the last one
sink.asExpr() = ma.getArgument(0)
do here? Is it trying to match the parameter to the sink function with the parameter to the source function?ma.getArgument(0)
? Is it "String message" or "message"?Beta Was this translation helpful? Give feedback.
All reactions