(c *gin.Context)
| 1254 | } |
| 1255 | |
| 1256 | func (h *Handler) imageEdits(c *gin.Context) { |
| 1257 | h.runImageEditFlow(c, false) |
| 1258 | } |
| 1259 | |
| 1260 | func (h *Handler) imageVariations(c *gin.Context) { |
| 1261 | h.runImageEditFlow(c, true) |
nothing calls this directly
no test coverage detected