class Bullet::Detector::NPlusOneQuery

def conditions_met?(object, associations)

Experimental RBS support (using type sampling data from the type_fusion project).

def conditions_met?: ((UserHomeLocation | UserTrade | User) object, Symbol associations) -> false

This signature was generated using 10 samples from 1 application.

decide whether the object.associations is unpreloaded or not.
def conditions_met?(object, associations)
  possible?(object) && !impossible?(object) && !association?(object, associations)
end