Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
375
func
eqNilReflect(value
interface
{}) bool {
376
reflectValue := reflect.ValueOf(value)
377
return
reflectValue.Kind() == reflect.Ptr && reflectValue.IsNil()
378
}
Callers
1
eqNil
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected