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

Method GetRawDump

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

Source from the content-addressed store, hash-verified

208}
209
210func (d *DatabaseMetadata) GetRawDump() []byte {
211 return d.rawDump
212}
213
214func (d *DatabaseMetadata) GetConfig() *storepb.DatabaseConfig {
215 return d.config

Callers 1

GetDatabaseSchemaMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected