KnownIssueMatcher
A function that is used to match known issues.
Declaration
typealias KnownIssueMatcher = @Sendable (Issue) -> BoolParameters
- issue:
The issue to match.
Return Value
Whether or not issue is known to occur.
A function that is used to match known issues.
typealias KnownIssueMatcher = @Sendable (Issue) -> BoolThe issue to match.
Whether or not issue is known to occur.