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 20e8d48 commit 17a3429Copy full SHA for 17a3429
go/ql/lib/semmle/go/dataflow/internal/FlowSummaryImpl.qll
@@ -178,7 +178,7 @@ module SourceSinkInterpretationInput implements
178
AstNode asAstNode() { this = TAstElement(result) }
179
180
/**
181
- * Holds if this source or sink element is a method that was specified
+ * Holds if this source or sink element is a method or field that was specified
182
* with the given values for `pkg`, `type` and `subtypes`.
183
*/
184
predicate hasTypeInfo(string pkg, string type, boolean subtypes) {
0 commit comments