MCPcopy Index your code
hub / github.com/bytebase/bytebase / GetArrayKind

Method GetArrayKind

backend/generated-go/store/database.pb.go:4519–4526  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4517}
4518
4519func (x *ObjectSchema) GetArrayKind() *ObjectSchema_ArrayKind {
4520 if x != nil {
4521 if x, ok := x.Kind.(*ObjectSchema_ArrayKind_); ok {
4522 return x.ArrayKind
4523 }
4524 }
4525 return nil
4526}
4527
4528func (x *ObjectSchema) GetSemanticType() string {
4529 if x != nil {

Callers 8

EqualMethod · 0.95
getObjectSchemaByPathFunction · 0.45
walkAndMaskJSONRecursiveFunction · 0.45
convertStoreObjectSchemaFunction · 0.45
convertV1ObjectSchemaFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected