Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Acode-Foundation/Acode
/ list
Function
list
src/cm/lsp/api.ts:64–66 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
62
return
getServer(id);
63
},
64
list(): LspServerDefinition[] {
65
return
listServers();
66
},
67
listForLanguage(
68
languageId: string,
69
options?: { includeDisabled?: boolean },
Callers
nothing calls this directly
Calls
3
listServers
Function · 0.90
listServerBundles
Function · 0.90
listRuntimeProviders
Function · 0.90
Tested by
no test coverage detected