isSuppressedBy

fun KtElement.isSuppressedBy(    id: String,     aliases: Set<String>,     ruleSetId: RuleSetId? = null): Boolean

Checks if this psi element is suppressed by @Suppress or @SuppressWarnings annotations. If this element cannot have annotations, the first annotative parent is searched.


fun KtAnnotated.isSuppressedBy(    id: RuleId,     aliases: Set<String>,     ruleSetId: RuleSetId? = null): Boolean

Checks if this kt element is suppressed by @Suppress or @SuppressWarnings annotations.