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

Method setMetadata

backend/api/lsp/handler.go:108–112  ·  view source on GitHub ↗
(arg SetMetadataCommandArguments)

Source from the content-addressed store, hash-verified

106}
107
108func (h *Handler) setMetadata(arg SetMetadataCommandArguments) {
109 h.mu.Lock()
110 defer h.mu.Unlock()
111 h.metadata = new(arg)
112}
113
114func (h *Handler) getDefaultDatabase() string {
115 h.mu.Lock()

Callers 1

handleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected