Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd1bd8c commit eda7bb6Copy full SHA for eda7bb6
1 file changed
java/ql/src/utils/GenerateFlowTestCase.qll
@@ -172,6 +172,7 @@ newtype TTestCase =
172
string namespace, string type, boolean subtypes, string name, string signature, string ext,
173
string inputSpec, string outputSpec
174
|
175
+ any(TargetSummaryModelCsv tsmc).row(row) and
176
summaryModel(namespace, type, subtypes, name, signature, ext, inputSpec, outputSpec, kind, row) and
177
callable = interpretElement(namespace, type, subtypes, name, signature, ext) and
178
Private::External::interpretSpec(inputSpec, input) and
0 commit comments