FindSiteIcon.Util.IconUtils.generate_info

You're seeing just the function generate_info, go back to FindSiteIcon.Util.IconUtils module for more information.
Link to this function

generate_info(arg1, icon_url)

View Source

Specs

generate_info({:ok, 200, [{binary(), binary()}]} | nil, binary()) ::
  %FindSiteIcon.IconInfo{
    expiration_timestamp: term(),
    size: term(),
    url: term()
  }
  | nil