Xema.Utils.update_uri

You're seeing just the function update_uri, go back to Xema.Utils module for more information.
Link to this function

update_uri(uri_1, uri_2)

View Source

Specs

update_uri(URI.t() | String.t() | nil, URI.t() | String.t() | nil) ::
  URI.t() | nil

Returns nil if uri_1 and uri_2 are nil. Parses a URI when the other URI is nil. Merges URIs if both are not nil.