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

Method GetTables

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

Source from the content-addressed store, hash-verified

4296}
4297
4298func (x *SchemaCatalog) GetTables() []*TableCatalog {
4299 if x != nil {
4300 return x.Tables
4301 }
4302 return nil
4303}
4304
4305type TableCatalog struct {
4306 state protoimpl.MessageState `protogen:"open.v1"`

Callers 8

normalizeLegacyMetadataFunction · 0.45
OnStatementMethod · 0.45
DumpMethod · 0.45
resolveWriteTargetsMethod · 0.45
getTableObjectSchemaFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected