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

Method GetCatalog

backend/store/model/database.go:969–971  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

967}
968
969func (t *TableMetadata) GetCatalog() *storepb.TableCatalog {
970 return t.config
971}
972
973// CreateColumn creates a new column in the table.
974// Returns an error if the column already exists.

Callers 3

UpdateDatabaseCatalogMethod · 0.45
getRequestResourceFunction · 0.45
getColumnMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected