instance method silenced?

Ruby on Rails 8.1.2

Since v8.1.2

Signature

silenced?(event)

No documentation comment.

Parameters

event req
Source
# File activesupport/lib/active_support/structured_event_subscriber.rb, line 61
    def silenced?(event)
      ActiveSupport.event_reporter.subscribers.none? || @silenced_events[event]&.call
    end

Defined in activesupport/lib/active_support/structured_event_subscriber.rb line 61 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveSupport::StructuredEventSubscriber

Type at least 2 characters to search.

↑↓ navigate · open · esc close