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

Function update

src/cm/lsp/api.ts:73–75  ·  view source on GitHub ↗
(id: string, updater: ServerUpdater)

Source from the content-addressed store, hash-verified

71 return getServersForLanguage(languageId, options);
72 },
73 update(id: string, updater: ServerUpdater): LspServerDefinition | null {
74 return updateServer(id, updater);
75 },
76 unregister(id: string): boolean {
77 return unregisterServer(id);
78 },

Callers

nothing calls this directly

Calls 1

updateServerFunction · 0.90

Tested by

no test coverage detected