internal/reflectlite.Value.IsNil (method)

3 uses

	internal/reflectlite (current package)
		value.go#L288: func (v Value) IsNil() bool {
		value.go#L428: 		if v.Kind() == Interface && v.IsNil() {

	errors
		wrap.go#L84: 	if typ.Kind() != reflectlite.Ptr || val.IsNil() {