method

service_exist

service_exist(event)
public

No documentation available.

# File activestorage/lib/active_storage/structured_event_subscriber.rb, line 50
    def service_exist(event)
      emit_debug_event("active_storage.service_exist",
        key: event.payload[:key],
        exist: event.payload[:exist],
        duration_ms: event.duration.round(2),
      )
    end