func github.com/google/safehtml/template.isComment

4 uses

	github.com/google/safehtml/template (current package)
		context.go#L94: func isComment(s state) bool {
		escape.go#L617: 		} else if isComment(c.state) && c.delim == delimNone {
		escape.go#L629: 		if c.state != c1.state && isComment(c1.state) && c1.delim == delimNone {
		escape.go#L646: 		if !isComment(c.state) || c.delim != delimNone {