Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
112
func
EditFile(c *context.Context) {
113
editFile(c, false)
114
}
115
116
func
NewFile(c *context.Context) {
117
editFile(c, true)
Callers
nothing calls this directly
Calls
1
editFile
Function · 0.85
Tested by
no test coverage detected