mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Swift: Extract whether a function type is throwing or async.
This commit is contained in:
@@ -63,6 +63,7 @@ AnyFunctionType:
|
||||
param_types: Type*
|
||||
param_labels: string*
|
||||
is_throwing: predicate
|
||||
is_async: predicate
|
||||
|
||||
AnyGenericType:
|
||||
_extends: Type
|
||||
|
||||
Reference in New Issue
Block a user