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

Function extractImageURLs

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

Source from the content-addressed store, hash-verified

7}
8
9func htmlToMarkdown(s string) htmlutil.Markdown {
10 return htmlutil.ToMarkdown(s)
11}
12
13func extractImageURLs(s string) []string {
14 return htmlutil.ExtractImageURLs(s)

Callers 3

fetchTopicMethod · 0.85
fetchJournalEntryMethod · 0.85

Calls 1

ExtractImageURLsFunction · 0.92

Tested by 1