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

Method GetConfig

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

Source from the content-addressed store, hash-verified

212}
213
214func (d *DatabaseMetadata) GetConfig() *storepb.DatabaseConfig {
215 return d.config
216}
217
218func (d *DatabaseMetadata) GetConfiguredSearchPath() []PGSearchPathItem {
219 return slices.Clone(d.searchPath)

Callers 6

WalkThroughOmniFunction · 0.45
WalkThroughOmniFunction · 0.45
doSyncDatabaseSchemaMethod · 0.45
getTableObjectSchemaFunction · 0.45
GetDatabaseCatalogMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected