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.
FlowSummaryImpl.qll
1 parent 41fa39e commit adc4455Copy full SHA for adc4455
shared/dataflow/codeql/dataflow/DataFlow.qll
@@ -140,6 +140,9 @@ signature module InputSig {
140
* stored into (`getAStoreContent`) or read from (`getAReadContent`).
141
*/
142
class ContentSet {
143
+ /** Gets a textual representation of this element. */
144
+ string toString();
145
+
146
/** Gets a content that may be stored into when storing into this set. */
147
Content getAStoreContent();
148
0 commit comments