(c *context.Context, f form.EditRepoFile)
| 296 | } |
| 297 | |
| 298 | func NewFilePost(c *context.Context, f form.EditRepoFile) { |
| 299 | editFilePost(c, f, true) |
| 300 | } |
| 301 | |
| 302 | func DiffPreviewPost(c *context.Context, f form.EditPreviewDiff) { |
| 303 | // 🚨 SECURITY: Prevent path traversal. |
nothing calls this directly
no test coverage detected