We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb0b407 commit 303deabCopy full SHA for 303deab
go/ql/test/library-tests/semmle/go/dataflow/GlobalVariableSideEffects/Flows.ql
@@ -2,7 +2,6 @@ import go
2
import utils.test.InlineFlowTest
3
4
string getArgString(DataFlow::Node src, DataFlow::Node sink) {
5
- exists(src) and
6
result =
7
"\"" + sink.toString() + " (from source " +
8
src.(DataFlow::CallNode).getArgument(0).getExactValue() + ")\""
0 commit comments