Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Acode-Foundation/Acode
/ get
Function
get
src/cm/lsp/api.ts:61–63 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
59
60
export
const
servers = {
61
get(id: string): LspServerDefinition | null {
62
return
getServer(id);
63
},
64
list(): LspServerDefinition[] {
65
return
listServers();
66
},
Callers
nothing calls this directly
Calls
2
getServer
Function · 0.90
getRuntimeProvider
Function · 0.90
Tested by
no test coverage detected