MCPcopy
hub / github.com/larksuite/cli / interactiveConverter

Struct interactiveConverter

shortcuts/im/convert_lib/card.go:51–51  ·  view source on GitHub ↗

── Entry point ───────────────────────────────────────────────────────────────

Source from the content-addressed store, hash-verified

49// ── Entry point ───────────────────────────────────────────────────────────────
50
51type interactiveConverter struct{}
52
53func (interactiveConverter) Convert(ctx *ConvertContext) string {
54 return convertCard(ctx.RawContent, ctx.Mentions)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected