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

Function EditFilePost

internal/route/repo/editor.go:294–296  ·  view source on GitHub ↗
(c *context.Context, f form.EditRepoFile)

Source from the content-addressed store, hash-verified

292}
293
294func EditFilePost(c *context.Context, f form.EditRepoFile) {
295 editFilePost(c, f, false)
296}
297
298func NewFilePost(c *context.Context, f form.EditRepoFile) {
299 editFilePost(c, f, true)

Callers

nothing calls this directly

Calls 1

editFilePostFunction · 0.85

Tested by

no test coverage detected