# File lib/brakeman/tracker.rb, line 153
  def find_call options
    index_call_sites unless @call_index
    @call_index.find_calls options
  end