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

Function defaultEnvironmentColor

backend/store/workspace.go:201–203  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

199}
200
201func defaultEnvironmentColor() *colorpb.Color {
202 return &colorpb.Color{Red: 79.0 / 255.0, Green: 70.0 / 255.0, Blue: 229.0 / 255.0}
203}
204
205// UpdateWorkspaceMessage is the message for updating a workspace.
206type UpdateWorkspaceMessage struct {

Callers 1

CreateWorkspaceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected