Skip to content

Commit d18179c

Browse files
committed
Add QLDoc for toString on DataFlowType
1 parent 50414cc commit d18179c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

go/ql/lib/semmle/go/dataflow/internal/DataFlowPrivate.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ private newtype TDataFlowType =
228228
TTodoDataFlowType2() // Add a dummy value to prevent bad functionality-induced joins arising from a type of size 1.
229229

230230
class DataFlowType extends TDataFlowType {
231+
/** Gets a textual representation of this element. */
231232
string toString() { result = "" }
232233
}
233234

0 commit comments

Comments
 (0)