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

Method UseEmbedDB

backend/component/config/profile.go:62–64  ·  view source on GitHub ↗

UseEmbedDB returns whether to use embedDB.

()

Source from the content-addressed store, hash-verified

60
61// UseEmbedDB returns whether to use embedDB.
62func (prof *Profile) UseEmbedDB() bool {
63 return len(prof.PgURL) == 0
64}
65
66var saasFeatureControlMap = map[string]bool{}
67

Callers 2

NewServerFunction · 0.80
startFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected