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

3 uses

	github.com/google/safehtml/template (current package)
		url.go#L42: 	decoded, err := decodeURLPrefix(prefix)
		url.go#L69: 	decoded, err := decodeURLPrefix(prefix)
		url.go#L95: func decodeURLPrefix(prefix string) (string, error) {