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

2 uses

	github.com/google/safehtml/template (current package)
		escape.go#L158: 	s, err := sanitizerForContext(c)
		sanitize.go#L15: func sanitizerForContext(c context) ([]string, error) {