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

Method GetIndexes

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

Source from the content-addressed store, hash-verified

1778}
1779
1780func (x *TableMetadata) GetIndexes() []*IndexMetadata {
1781 if x != nil {
1782 return x.Indexes
1783 }
1784 return nil
1785}
1786
1787func (x *TableMetadata) GetEngine() string {
1788 if x != nil {

Callers 10

normalizeLegacyMetadataFunction · 0.45
printPrimaryKeyClauseFunction · 0.45
indexedColumnsMethod · 0.45
indexedColumnsMethod · 0.45
indexedColumnsMethod · 0.45
indexedColumnsMethod · 0.45
DumpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected