github.com/google/safehtml/template.sanitizationContext.sanitizerName (method)

3 uses

	github.com/google/safehtml/template (current package)
		sanitize.go#L101: 	sanitizer := sc0.sanitizerName()
		sanitize.go#L238: 	return sc0.sanitizerName(), nil
		sanitizers.go#L51: func (s sanitizationContext) sanitizerName() string {