class Bullet::Detector::Association

def call_stacks

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

def call_stacks: () -> Bullet::Registry::CallStack

This signature was generated using 8 samples from 1 application.

e.g. { 'Object:111' => [SomeProject/app/controllers/...] }
cal_stacks keeps stacktraces where querie-objects were called from.
def call_stacks
  Thread.current[:bullet_call_stacks]
end