handleIssue(_:)
Handle a specified issue.
Declaration
func handleIssue(_ issue: Issue) -> Issue?Parameters
- issue:
The issue to handle.
Return Value
An issue to replace issue, or else nil if the issue should not be recorded.
Handle a specified issue.
func handleIssue(_ issue: Issue) -> Issue?The issue to handle.
An issue to replace issue, or else nil if the issue should not be recorded.