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

Function getInstallSource

src/cm/lsp/serverLauncher.ts:596–598  ·  view source on GitHub ↗
(server: LspServerDefinition)

Source from the content-addressed store, hash-verified

594}
595
596export function getInstallSource(server: LspServerDefinition): string | null {
597 return normalizeInstallSpec(server)?.source || null;
598}
599
600export function getUninstallCommand(
601 server: LspServerDefinition,

Callers

nothing calls this directly

Calls 1

normalizeInstallSpecFunction · 0.85

Tested by

no test coverage detected