── Entry point ───────────────────────────────────────────────────────────────
| 49 | // ── Entry point ─────────────────────────────────────────────────────────────── |
| 50 | |
| 51 | type interactiveConverter struct{} |
| 52 | |
| 53 | func (interactiveConverter) Convert(ctx *ConvertContext) string { |
| 54 | return convertCard(ctx.RawContent, ctx.Mentions) |
nothing calls this directly
no outgoing calls
no test coverage detected