mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
C#: Fix issue with summaryElement predicate.
This commit is contained in:
@@ -96,9 +96,7 @@ DataFlowType getCallbackReturnType(DataFlowType t, ReturnKind rk) {
|
||||
* `input`, output specification `output`, kind `kind`, and a flag `generated`
|
||||
* stating whether the summary is autogenerated.
|
||||
*/
|
||||
predicate summaryElement(
|
||||
SummarizedCallable c, string input, string output, string kind, boolean generated
|
||||
) {
|
||||
predicate summaryElement(Callable c, string input, string output, string kind, boolean generated) {
|
||||
exists(
|
||||
string namespace, string type, boolean subtypes, string name, string signature, string ext
|
||||
|
|
||||
|
||||
Reference in New Issue
Block a user