const github.com/google/safehtml/template.sanitizeHTMLCommentFuncName

3 uses

	github.com/google/safehtml/template (current package)
		sanitize.go#L20: 		return []string{sanitizeHTMLCommentFuncName}, nil
		sanitizers.go#L98: 	sanitizeHTMLCommentFuncName:                    sanitizeHTMLComment,
		sanitizers.go#L121: 	sanitizeHTMLCommentFuncName                    = "_sanitizeHTMLComment"