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

Function getUninstallCommand

src/cm/lsp/serverLauncher.ts:600–604  ·  view source on GitHub ↗
(
  server: LspServerDefinition,
)

Source from the content-addressed store, hash-verified

598}
599
600export function getUninstallCommand(
601 server: LspServerDefinition,
602): string | null {
603 return buildUninstallCommand(server);
604}
605
606export async function checkServerInstallation(
607 server: LspServerDefinition,

Callers 1

uninstallServerFunction · 0.70

Calls 1

buildUninstallCommandFunction · 0.85

Tested by

no test coverage detected