Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bytebase/bytebase
/ TestBackupDatabaseNameOfEngineMariaDB
Function
TestBackupDatabaseNameOfEngineMariaDB
backend/common/engine_test.go:16–18 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
14
}
15
16
func
TestBackupDatabaseNameOfEngineMariaDB(t *testing.T) {
17
require.Equal(t,
"bbdataarchive"
, BackupDatabaseNameOfEngine(storepb.Engine_MARIADB))
18
}
Callers
nothing calls this directly
Calls
2
BackupDatabaseNameOfEngine
Function · 0.85
Equal
Method · 0.65
Tested by
no test coverage detected