MCPcopy
hub / github.com/dropbox/godropbox / IsNull

Method IsNull

database/sqltypes/sqltypes.go:170–172  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

168}
169
170func (v Value) IsNull() bool {
171 return v.Inner == nil
172}
173
174func (v Value) IsNumeric() (ok bool) {
175 _ = Numeric(nil) // compiler bug work-around

Callers 8

MarshalBinaryMethod · 0.95
TestNullMethod · 0.95
EqFunction · 0.80
NeqFunction · 0.80
ConvertAssignRowNullableFunction · 0.80
ConvertAssignDefaultFunction · 0.80
TestBuildValueMethod · 0.80
TestBuildValuePointerMethod · 0.80

Calls

no outgoing calls

Tested by 3

TestNullMethod · 0.76
TestBuildValueMethod · 0.64
TestBuildValuePointerMethod · 0.64