MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / setOptions

Method setOptions

src/cm/lsp/clientManager.ts:287–289  ·  view source on GitHub ↗
(next: Partial<ClientManagerOptions>)

Source from the content-addressed store, hash-verified

285 }
286
287 setOptions(next: Partial<ClientManagerOptions>): void {
288 this.options = { ...this.options, ...next };
289 }
290
291 getActiveClients(): ClientState[] {
292 return Array.from(this.#clients.values());

Callers 4

constructorMethod · 0.80
applyLspSettingsFunction · 0.80
EditorManagerFunction · 0.80
colorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected