func github.com/google/safehtml/internal/safehtmlutil.QueryEscapeURL

6 uses

	github.com/google/safehtml/internal/safehtmlutil (current package)
		safehtmlutil.go#L53: func QueryEscapeURL(args ...interface{}) string {

	github.com/google/safehtml
		trustedresourceurl.go#L79: 		url += sep + safehtmlutil.QueryEscapeURL(k) + "=" + safehtmlutil.QueryEscapeURL(v)
		trustedresourceurl.go#L149: 		return safehtmlutil.QueryEscapeURL(argVal)
		trustedresourceurl.go#L187: 	return TrustedResourceURL{t.str + safehtmlutil.QueryEscapeURL(s)}, nil

	github.com/google/safehtml/template
		sanitizers.go#L94: 	queryEscapeURLFuncName:                         safehtmlutil.QueryEscapeURL,