We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
toString
DataFlowType
1 parent 50414cc commit d18179cCopy full SHA for d18179c
1 file changed
go/ql/lib/semmle/go/dataflow/internal/DataFlowPrivate.qll
@@ -228,6 +228,7 @@ private newtype TDataFlowType =
228
TTodoDataFlowType2() // Add a dummy value to prevent bad functionality-induced joins arising from a type of size 1.
229
230
class DataFlowType extends TDataFlowType {
231
+ /** Gets a textual representation of this element. */
232
string toString() { result = "" }
233
}
234
0 commit comments