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

Method getDefaultSchema

backend/api/lsp/handler.go:123–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121}
122
123func (h *Handler) getDefaultSchema() string {
124 h.mu.Lock()
125 defer h.mu.Unlock()
126 if h.metadata == nil {
127 return ""
128 }
129 return h.metadata.Schema
130}
131
132func (h *Handler) getInstanceID() string {
133 h.mu.Lock()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected