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

Function FileHistory

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

Source from the content-addressed store, hash-verified

104}
105
106func FileHistory(c *context.Context) {
107 renderCommits(c, c.Repo.TreePath)
108}
109
110// tryGetUserByEmail returns a non-nil value if the email is corresponding to an
111// existing user.

Callers 1

RefCommitsFunction · 0.85

Calls 1

renderCommitsFunction · 0.85

Tested by

no test coverage detected