internal/reflectlite.Value.IsNil (method)

3 uses

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

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