View Source GitHub.Commit.Stats (GitHub REST API Client v0.3.1)

Provides struct and type for a Commit.Stats

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Commit.Stats{
  __info__: map(),
  additions: integer() | nil,
  deletions: integer() | nil,
  total: integer() | nil
}