Skip to content

Commit adc4455

Browse files
committed
Parameterize FlowSummaryImpl.qll
1 parent 41fa39e commit adc4455

File tree

2 files changed

+1648
-1224
lines changed

2 files changed

+1648
-1224
lines changed

shared/dataflow/codeql/dataflow/DataFlow.qll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,9 @@ signature module InputSig {
140140
* stored into (`getAStoreContent`) or read from (`getAReadContent`).
141141
*/
142142
class ContentSet {
143+
/** Gets a textual representation of this element. */
144+
string toString();
145+
143146
/** Gets a content that may be stored into when storing into this set. */
144147
Content getAStoreContent();
145148

0 commit comments

Comments
 (0)