Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0cab131

Browse files
committed
Java: Add type based summary model generation query.
1 parent bdc569f commit 0cab131

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/**
2+
* @name Capture typed based summary models.
3+
* @description Finds applicable summary models to be used by other queries.
4+
* @kind diagnostic
5+
* @id java/utils/model-generator/summary-models-typed-based
6+
* @tags model-generator
7+
*/
8+
9+
import internal.CaptureTypeBasedSummaryModels
10+
11+
from TypeBasedFlowTargetApi api, string flow
12+
where flow = captureFlow(api)
13+
select flow order by flow

0 commit comments

Comments
 (0)