|
| 1 | +extensions: |
| 2 | + - addsTo: |
| 3 | + pack: codeql/go-all |
| 4 | + extensible: summaryModel |
| 5 | + data: |
| 6 | + - ["github.com/nonexistent/test", "", False, "FunctionWithParameter", "", "", "Argument[0]", "ReturnValue", "value", "manual"] |
| 7 | + - ["github.com/nonexistent/test", "", False, "FunctionWithSliceParameter", "", "", "Argument[0].ArrayElement", "ReturnValue", "value", "manual"] |
| 8 | + - ["github.com/nonexistent/test", "", False, "FunctionWithVarArgsParameter", "", "", "Argument[0].ArrayElement", "ReturnValue", "value", "manual"] |
| 9 | + - ["github.com/nonexistent/test", "", False, "FunctionWithVarArgsOutParameter", "", "", "Argument[0]", "Argument[1].ArrayElement", "value", "manual"] |
| 10 | + - ["github.com/nonexistent/test", "", False, "FunctionWithSliceOfStructsParameter", "", "", "Argument[0].ArrayElement.Field[github.com/nonexistent/test.A.Field]", "ReturnValue", "value", "manual"] |
| 11 | + - ["github.com/nonexistent/test", "", False, "FunctionWithVarArgsOfStructsParameter", "", "", "Argument[0].ArrayElement.Field[github.com/nonexistent/test.A.Field]", "ReturnValue", "value", "manual"] |
| 12 | + - addsTo: |
| 13 | + pack: codeql/go-all |
| 14 | + extensible: sourceModel |
| 15 | + data: |
| 16 | + - ["github.com/nonexistent/test", "", False, "VariadicSource", "", "", "Argument[0]", "qltest", "manual"] |
| 17 | + - addsTo: |
| 18 | + pack: codeql/go-all |
| 19 | + extensible: sinkModel |
| 20 | + data: |
| 21 | + - ["github.com/nonexistent/test", "", False, "VariadicSink", "", "", "Argument[0]", "qltest", "manual"] |
0 commit comments