mirror of
https://github.com/github/codeql.git
synced 2025-12-25 05:06:34 +01:00
15 lines
383 B
Plaintext
15 lines
383 B
Plaintext
/**
|
|
* @name Capture summary models.
|
|
* @description Finds applicable summary models to be used by other queries.
|
|
* @kind diagnostic
|
|
* @id java/utils/model-generator/summary-models
|
|
* @tags model-generator
|
|
*/
|
|
|
|
private import internal.CaptureModels
|
|
private import internal.CaptureSummaryFlow
|
|
|
|
from TargetApi api, string flow
|
|
where flow = captureFlow(api)
|
|
select flow order by flow
|