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

Method GetBoolValue

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

Source from the content-addressed store, hash-verified

1173}
1174
1175func (x *RowValue) GetBoolValue() bool {
1176 if x != nil {
1177 if x, ok := x.Kind.(*RowValue_BoolValue); ok {
1178 return x.BoolValue
1179 }
1180 }
1181 return false
1182}
1183
1184func (x *RowValue) GetBytesValue() []byte {
1185 if x != nil {

Callers 8

EqualMethod · 0.95
convertSpannerValueFunction · 0.80
maskProtoValueFunction · 0.80
convertValueToBytesInSQLFunction · 0.80
convertValueToBytesInCSVFunction · 0.80
convertValueValueToBytesFunction · 0.80
convertValueToJSONValueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected