Mate.Config.find_remote

You're seeing just the function find_remote, go back to Mate.Config module for more information.
Link to this function

find_remote(config, remote)

View Source

Specs

find_remote(config :: t(), remote :: atom() | String.t()) ::
  {:ok, Mate.Remote.t()} | {:error, any()}

Find a specific remote in the given config, or if there was no specific search query given it will just return the first one found as the default. This will return as a tuple.