Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
965
func
(t *TableMetadata) GetProto() *storepb.TableMetadata {
966
return
t.proto
967
}
968
969
func
(t *TableMetadata) GetCatalog() *storepb.TableCatalog {
970
return
t.config
Callers
15
classifyColumns
Function · 0.95
findTableSchema
Method · 0.95
loadCatalogMetadata
Function · 0.45
tableColumns
Method · 0.45
buildCompletionCatalog
Function · 0.45
installOmniQuerySpanFunctions
Method · 0.45
redshiftRelationSpecFromMetadata
Function · 0.45
insertColumns
Method · 0.45
insertAllColumns
Method · 0.45
hasDisjointUniqueKey
Function · 0.45
insertAllColumns
Method · 0.45
insertColumns
Method · 0.45
Calls
no outgoing calls
Tested by
5
TestClone_WalkThroughIntegration
Function · 0.36
TestClone_WalkThroughOmniFunction
Function · 0.36
TestBuildTablesMetadata
Function · 0.36
TestSchemaMetadata_CreateTable
Function · 0.36
TestTableMetadata_CreateColumn
Function · 0.36