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

Method transcriptions

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

Source from the content-addressed store, hash-verified

2046}
2047
2048func (h *Handler) transcriptions(c *gin.Context) {
2049 h.handleTranscription(c, false)
2050}
2051
2052func (h *Handler) translations(c *gin.Context) {
2053 h.handleTranscription(c, true)

Callers

nothing calls this directly

Calls 1

handleTranscriptionMethod · 0.95

Tested by

no test coverage detected