MCPcopy
hub / github.com/go-gorm/gorm / eqNilReflect

Function eqNilReflect

clause/expression.go:375–378  ·  view source on GitHub ↗
(value interface{})

Source from the content-addressed store, hash-verified

373}
374
375func eqNilReflect(value interface{}) bool {
376 reflectValue := reflect.ValueOf(value)
377 return reflectValue.Kind() == reflect.Ptr && reflectValue.IsNil()
378}

Callers 1

eqNilFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected