func text/template.indirectInterface

12 uses

	text/template (current package)
		exec.go#L286: 	truth, ok := isTrue(indirectInterface(val))
		exec.go#L947: func indirectInterface(v reflect.Value) reflect.Value {
		funcs.go#L207: 	item = indirectInterface(item)
		funcs.go#L212: 		index = indirectInterface(index)
		funcs.go#L251: 	item = indirectInterface(item)
		funcs.go#L313: 	fn = indirectInterface(fn)
		funcs.go#L338: 		arg = indirectInterface(arg)
		funcs.go#L375: 	t, _ := isTrue(indirectInterface(arg))
		funcs.go#L456: 	arg1 = indirectInterface(arg1)
		funcs.go#L467: 		arg = indirectInterface(arg)
		funcs.go#L521: 	arg1 = indirectInterface(arg1)
		funcs.go#L526: 	arg2 = indirectInterface(arg2)