Mate.Config.find_remote-exclamation-mark
You're seeing just the function
find_remote-exclamation-mark
, go back to Mate.Config module for more information.
Specs
find_remote!(config :: t(), remote :: atom() | String.t()) :: Mate.Remote.t()
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 a Mate.Remote
struct or raise an error when there was nothing found.