MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / Done

Function Done

relay/helper/common.go:97–99  ·  view source on GitHub ↗
(c *gin.Context)

Source from the content-addressed store, hash-verified

95}
96
97func Done(c *gin.Context) {
98 _ = StringData(c, "[DONE]")
99}
100
101func WssString(c *gin.Context, ws *websocket.Conn, str string) error {
102 if ws == nil {

Callers 8

GeminiChatStreamHandlerFunction · 0.92
xAIStreamHandlerFunction · 0.92
handleFinalResponseFunction · 0.92
tencentStreamHandlerFunction · 0.92
difyStreamHandlerFunction · 0.92
cfStreamHandlerFunction · 0.92
cozeChatStreamHandlerFunction · 0.92

Calls 1

StringDataFunction · 0.85

Tested by

no test coverage detected