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

Function RenderIssueLinks

internal/route/repo/commit.go:35–37  ·  view source on GitHub ↗

TODO(unknwon)

(oldCommits []*git.Commit, _ string)

Source from the content-addressed store, hash-verified

33
34// TODO(unknwon)
35func RenderIssueLinks(oldCommits []*git.Commit, _ string) []*git.Commit {
36 return oldCommits
37}
38
39func renderCommits(c *context.Context, filename string) {
40 c.Data["Title"] = c.Tr("repo.commits.commit_history") + " · " + c.Repo.Repository.FullName()

Callers 2

renderCommitsFunction · 0.85
SearchCommitsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected