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,
   %Tesla.Env{
     __client__: term(),
     __module__: term(),
     body: term(),
     headers: term(),
     method: term(),
     opts: term(),
     query: term(),
     status: term(),
     url: term()
   }}
  | nil,
  binary()
) ::
  %FindSiteIcon.IconInfo{
    expiration_timestamp: term(),
    size: term(),
    url: term()
  }
  | nil