Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
210
func
(d *DatabaseMetadata) GetRawDump() []byte {
211
return
d.rawDump
212
}
213
214
func
(d *DatabaseMetadata) GetConfig() *storepb.DatabaseConfig {
215
return
d.config
Callers
1
GetDatabaseSchema
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected