Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/syncthing/syncthing
/ removeHTMLComments
Function
removeHTMLComments
script/relnotes.go:134–136 ·
view source on GitHub ↗
(s string)
Source
from the content-addressed store, hash-verified
132
}
133
134
func
removeHTMLComments(s string) string {
135
return
regexp.MustCompile(`<!--.*?-->`).ReplaceAllString(s,
""
)
136
}
Callers
1
generatedNotes
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected