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

Method GetInt32Value

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

Source from the content-addressed store, hash-verified

1209}
1210
1211func (x *RowValue) GetInt32Value() int32 {
1212 if x != nil {
1213 if x, ok := x.Kind.(*RowValue_Int32Value); ok {
1214 return x.Int32Value
1215 }
1216 }
1217 return 0
1218}
1219
1220func (x *RowValue) GetInt64Value() int64 {
1221 if x != nil {

Callers 5

EqualMethod · 0.95
convertValueToBytesInSQLFunction · 0.80
convertValueToBytesInCSVFunction · 0.80
convertValueToJSONValueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected