MCPcopy Create free account
hub / github.com/basecamp/hey-cli / htmlToText

Function htmlToText

internal/tui/html.go:5–7  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

3import "github.com/basecamp/hey-cli/internal/htmlutil"
4
5func htmlToText(s string) string {
6 return htmlutil.ToText(s)
7}
8
9func extractImageURLs(s string) []string {
10 return htmlutil.ExtractImageURLs(s)

Callers 3

TestHtmlToTextDelegatesFunction · 0.85
renderEntriesMethod · 0.85
fetchJournalEntryMethod · 0.85

Calls 1

ToTextFunction · 0.92

Tested by 1

TestHtmlToTextDelegatesFunction · 0.68