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 e948902 commit da012a7Copy full SHA for da012a7
csharp/ql/src/utils/modelgenerator/CaptureContentSummaryModels.ql
@@ -0,0 +1,13 @@
1
+/**
2
+ * @name Capture content based summary models.
3
+ * @description Finds applicable content based summary models to be used by other queries.
4
+ * @kind diagnostic
5
+ * @id cs/utils/modelgenerator/contentbased-summary-models
6
+ * @tags modelgenerator
7
+ */
8
+
9
+import internal.CaptureModels
10
11
+from DataFlowSummaryTargetApi api, string flow
12
+where flow = captureContentFlow(api)
13
+select flow order by flow
0 commit comments