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 a01169e commit 732b14eCopy full SHA for 732b14e
go/ql/lib/semmle/go/dataflow/internal/FlowSummaryImplSpecific.qll
@@ -106,6 +106,8 @@ private string getContentSpecific(Content c) {
106
c instanceof MapKeyContent and result = "MapKey"
107
or
108
c instanceof MapValueContent and result = "MapValue"
109
+ or
110
+ c instanceof PointerContent and result = "Dereference"
111
}
112
113
/** Gets the textual representation of the content in the format used for flow summaries. */
0 commit comments