class Bullet::Detector::Association

def call_stacks

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