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 bc08d67 commit 81ce6c7Copy full SHA for 81ce6c7
ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowPrivate.qll
@@ -1279,7 +1279,7 @@ class DataFlowType extends TDataFlowType {
1279
DataFlowType getNodeType(NodeImpl n) { result = TTodoDataFlowType() and exists(n) }
1280
1281
/** Gets a string representation of a `DataFlowType`. */
1282
-string ppReprType(DataFlowType t) { result = t.toString() }
+string ppReprType(DataFlowType t) { none() }
1283
1284
/**
1285
* Holds if `t1` and `t2` are compatible, that is, whether data can flow from
0 commit comments