func github.com/google/safehtml.trustedResourceURLFormat

3 uses

	github.com/google/safehtml (current package)
		trustedresourceurl.go#L112: 	return trustedResourceURLFormat(string(format), args)
		trustedresourceurl.go#L122: 	return trustedResourceURLFormat(fmt.Sprint(format.String()), args)
		trustedresourceurl.go#L125: func trustedResourceURLFormat(format string, args map[string]string) (TrustedResourceURL, error) {