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

Function getForServer

src/cm/lsp/api.ts:88–90  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

86 return listServerBundles();
87 },
88 getForServer(id: string): LspServerBundle | null {
89 return getServerBundle(id);
90 },
91 unregister(id: string): boolean {
92 return unregisterServerBundle(id);
93 },

Callers

nothing calls this directly

Calls 1

getServerBundleFunction · 0.90

Tested by

no test coverage detected