C#: Add query.

This commit is contained in:
Michael Nebel
2022-03-04 09:20:03 +01:00
parent 31a374afa3
commit b08e696d42

View File

@@ -0,0 +1,16 @@
/**
* @name Capture summary models.
* @description Finds applicable summary models to be used by other queries.
* @id csharp/utils/model-generator/summary-models
*/
import CaptureSummaryModels
private string captureFlow(TargetAPI api) {
result = captureQualifierFlow(api) or
result = captureThroughFlow(api)
}
from TargetAPI api, string flow
where flow = captureFlow(api)
select flow order by flow