(c *gin.Context)
| 2046 | } |
| 2047 | |
| 2048 | func (h *Handler) transcriptions(c *gin.Context) { |
| 2049 | h.handleTranscription(c, false) |
| 2050 | } |
| 2051 | |
| 2052 | func (h *Handler) translations(c *gin.Context) { |
| 2053 | h.handleTranscription(c, true) |
nothing calls this directly
no test coverage detected