MCPcopy Create free account
hub / github.com/gogs/gogs / Commits

Function Commits

internal/route/repo/commit.go:77–79  ·  view source on GitHub ↗
(c *context.Context)

Source from the content-addressed store, hash-verified

75}
76
77func Commits(c *context.Context) {
78 renderCommits(c, "")
79}
80
81func SearchCommits(c *context.Context) {
82 c.Data["PageIsCommits"] = true

Callers 1

RefCommitsFunction · 0.85

Calls 1

renderCommitsFunction · 0.85

Tested by

no test coverage detected