MCPcopy Index your code
hub / github.com/bytebase/bytebase / String

Method String

backend/store/database.go:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34}
35
36func (d *DatabaseMessage) String() string {
37 return common.FormatDatabase(d.InstanceID, d.DatabaseName)
38}
39
40// UpdateDatabaseMessage is the mssage for updating a database.
41type UpdateDatabaseMessage struct {

Callers

nothing calls this directly

Calls 1

FormatDatabaseFunction · 0.92

Tested by

no test coverage detected