# File lib/brakeman/call_index.rb, line 7
  def initialize calls
    @calls_by_method = {}
    @calls_by_target = {}

    index_calls calls
  end