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

Function EditFile

internal/route/repo/editor.go:112–114  ·  view source on GitHub ↗
(c *context.Context)

Source from the content-addressed store, hash-verified

110}
111
112func EditFile(c *context.Context) {
113 editFile(c, false)
114}
115
116func NewFile(c *context.Context) {
117 editFile(c, true)

Callers

nothing calls this directly

Calls 1

editFileFunction · 0.85

Tested by

no test coverage detected