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

Method GetStructKind

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

Source from the content-addressed store, hash-verified

4508}
4509
4510func (x *ObjectSchema) GetStructKind() *ObjectSchema_StructKind {
4511 if x != nil {
4512 if x, ok := x.Kind.(*ObjectSchema_StructKind_); ok {
4513 return x.StructKind
4514 }
4515 }
4516 return nil
4517}
4518
4519func (x *ObjectSchema) GetArrayKind() *ObjectSchema_ArrayKind {
4520 if x != nil {

Callers 11

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

Calls

no outgoing calls

Tested by

no test coverage detected