MCPcopy Create free account
hub / github.com/aurora-develop/aurora / imageEdits

Method imageEdits

initialize/handlers.go:1256–1258  ·  view source on GitHub ↗
(c *gin.Context)

Source from the content-addressed store, hash-verified

1254}
1255
1256func (h *Handler) imageEdits(c *gin.Context) {
1257 h.runImageEditFlow(c, false)
1258}
1259
1260func (h *Handler) imageVariations(c *gin.Context) {
1261 h.runImageEditFlow(c, true)

Callers

nothing calls this directly

Calls 1

runImageEditFlowMethod · 0.95

Tested by

no test coverage detected