We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
NeutralCallableAdapter
1 parent df8e04f commit 5b04a71Copy full SHA for 5b04a71
1 file changed
go/ql/lib/semmle/go/dataflow/ExternalFlow.qll
@@ -460,13 +460,7 @@ private class NeutralCallableAdapter extends NeutralCallable {
460
string kind;
461
string provenance_;
462
463
- NeutralCallableAdapter() {
464
- // Neutral models have not been implemented for Go.
465
- none() and
466
- exists(this) and
467
- exists(kind) and
468
- exists(provenance_)
469
- }
+ NeutralCallableAdapter() { neutralElement(this, kind, provenance_) }
470
471
override string getKind() { result = kind }
472
0 commit comments