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

Function listForLanguage

src/cm/lsp/api.ts:67–72  ·  view source on GitHub ↗
(
		languageId: string,
		options?: { includeDisabled?: boolean },
	)

Source from the content-addressed store, hash-verified

65 return listServers();
66 },
67 listForLanguage(
68 languageId: string,
69 options?: { includeDisabled?: boolean },
70 ): LspServerDefinition[] {
71 return getServersForLanguage(languageId, options);
72 },
73 update(id: string, updater: ServerUpdater): LspServerDefinition | null {
74 return updateServer(id, updater);
75 },

Callers

nothing calls this directly

Calls 1

getServersForLanguageFunction · 0.90

Tested by

no test coverage detected