GitModule.get_top10_contributors_map
You're seeing just the function
get_top10_contributors_map
, go back to GitModule module for more information.
Specs
get_top10_contributors_map(Git.Repository.t()) :: {:ok, [any()]}
get_top10_contributors_map/1: Gets the top 10 contributors and returns it
as a list of contributors with the commits list stripped from the map.