(c *context.Context)
| 114 | } |
| 115 | |
| 116 | func NewFile(c *context.Context) { |
| 117 | editFile(c, true) |
| 118 | } |
| 119 | |
| 120 | func editFilePost(c *context.Context, f form.EditRepoFile, isNewFile bool) { |
| 121 | c.PageIs("Edit") |
nothing calls this directly
no test coverage detected