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

Method GetProto

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

Source from the content-addressed store, hash-verified

963}
964
965func (t *TableMetadata) GetProto() *storepb.TableMetadata {
966 return t.proto
967}
968
969func (t *TableMetadata) GetCatalog() *storepb.TableCatalog {
970 return t.config

Callers 15

classifyColumnsFunction · 0.95
findTableSchemaMethod · 0.95
loadCatalogMetadataFunction · 0.45
tableColumnsMethod · 0.45
buildCompletionCatalogFunction · 0.45
insertColumnsMethod · 0.45
insertAllColumnsMethod · 0.45
hasDisjointUniqueKeyFunction · 0.45
insertAllColumnsMethod · 0.45
insertColumnsMethod · 0.45

Calls

no outgoing calls