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

Function getStartCommand

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

Source from the content-addressed store, hash-verified

314}
315
316export function getStartCommand(server: LspServerDefinition): string | null {
317 return resolveStartCommand(server);
318}
319
320function getInstallCacheKey(server: LspServerDefinition): string | null {
321 const checkCommand =

Callers

nothing calls this directly

Calls 1

resolveStartCommandFunction · 0.85

Tested by

no test coverage detected