MCPcopy Create free account
hub / github.com/bytebase/bytebase / textWidgetHTML

Function textWidgetHTML

backend/plugin/webhook/googlechat/googlechat.go:169–171  ·  view source on GitHub ↗
(text string)

Source from the content-addressed store, hash-verified

167}
168
169func textWidgetHTML(text string) Widget {
170 return Widget{TextParagraph: &TextParagraph{Text: text}}
171}
172
173func escapeText(text string) string {
174 return strings.ReplaceAll(html.EscapeString(text), """, """)

Callers 2

BuildMessageFunction · 0.85
textWidgetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected