Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
func
htmlToMarkdown(s string) htmlutil.Markdown {
10
return
htmlutil.ToMarkdown(s)
11
}
12
13
func
extractImageURLs(s string) []string {
14
return
htmlutil.ExtractImageURLs(s)
Callers
3
TestExtractImageURLsDelegates
Function · 0.85
fetchTopic
Method · 0.85
fetchJournalEntry
Method · 0.85
Calls
1
ExtractImageURLs
Function · 0.92
Tested by
1
TestExtractImageURLsDelegates
Function · 0.68