DEBSOURCES
Skip Quicknav
sources / gitlab / 17.6.5-19 / lib / api / entities / commit_with_stats.rb
123456789
# frozen_string_literal: true module API module Entities class CommitWithStats < Commit expose :stats, using: Entities::CommitStats end end end