MCPcopy Create free account
hub / github.com/bytebase/bytebase / GetNullValue

Method GetNullValue

backend/generated-go/v1/sql_service.pb.go:1166–1173  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1164}
1165
1166func (x *RowValue) GetNullValue() structpb.NullValue {
1167 if x != nil {
1168 if x, ok := x.Kind.(*RowValue_NullValue); ok {
1169 return x.NullValue
1170 }
1171 }
1172 return structpb.NullValue(0)
1173}
1174
1175func (x *RowValue) GetBoolValue() bool {
1176 if x != nil {

Callers 2

EqualMethod · 0.95
maskProtoValueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected