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

10 uses

	github.com/google/safehtml/internal/safehtmlutil (current package)
		safehtmlutil.go#L167: func Indirect(a interface{}) interface{} {

	github.com/google/safehtml/template
		sanitizers.go#L521: 		if safeTypeValue, ok := safehtmlutil.Indirect(args[0]).(safehtml.HTML); ok {
		sanitizers.go#L531: 		if safeTypeValue, ok := safehtmlutil.Indirect(args[0]).(safehtml.HTML); ok {
		sanitizers.go#L540: 		if safeTypeValue, ok := safehtmlutil.Indirect(args[0]).(safehtml.Identifier); ok {
		sanitizers.go#L567: 		if safeTypeValue, ok := safehtmlutil.Indirect(args[0]).(safehtml.Script); ok {
		sanitizers.go#L576: 		if safeTypeValue, ok := safehtmlutil.Indirect(args[0]).(safehtml.Style); ok {
		sanitizers.go#L585: 		if safeTypeValue, ok := safehtmlutil.Indirect(args[0]).(safehtml.StyleSheet); ok {
		sanitizers.go#L607: 		if safeTypeValue, ok := safehtmlutil.Indirect(args[0]).(safehtml.TrustedResourceURL); ok {
		sanitizers.go#L616: 		switch v := safehtmlutil.Indirect(args[0]).(type) {
		sanitizers.go#L627: 		if safeTypeValue, ok := safehtmlutil.Indirect(args[0]).(safehtml.URL); ok {