# File lib/brakeman/checks/check_link_to_href.rb, line 141
  def call_on_params? exp
    call? exp and
    params? exp.target and
    exp.method != :[]
  end