Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pingc0y/URLFinder
/ escapeHTML
Function
escapeHTML
result/result.go:38–40 ·
view source on GitHub ↗
(s string)
Source
from the content-addressed store, hash-verified
36
)
37
38
func
escapeHTML(s string) string {
39
return
stdhtml.EscapeString(s)
40
}
41
42
func
outHtmlString(link mode.Link) string {
43
link.Url = escapeHTML(link.Url)
Callers
3
outHtmlString
Function · 0.85
outHtmlInfoString
Function · 0.85
outHtmlDomainString
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected