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 7e3e10c commit 9671c88Copy full SHA for 9671c88
csharp/ql/lib/semmle/code/csharp/dataflow/internal/ContentDataFlow.qll
@@ -16,8 +16,7 @@ module ContentDataFlow {
16
17
class ContentSet = DF::ContentSet;
18
19
- predicate stageStats = DF::stageStats/8;
20
-
+ // predicate stageStats = DF::stageStats/8;
21
/**
22
* A configuration of interprocedural data flow analysis. This defines
23
* sources, sinks, and any other configurable aspect of the analysis. Each
0 commit comments