GitModule.get_contributions_map

You're seeing just the function get_contributions_map, go back to GitModule module for more information.
Link to this function

get_contributions_map(repo)

View Source

Specs

get_contributions_map(Git.Repository.t()) ::
  {:ok, [%{contributions: non_neg_integer(), name: String.t()}]}

get_contributions_map/1: returns a map of contributions per git user note: this map is unfiltered, dupes aren't identified