Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Acode-Foundation/Acode
/ listServerBundles
Function
listServerBundles
src/cm/lsp/serverCatalog.ts:111–113 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
109
}
110
111
export
function
listServerBundles(): LspServerBundle[] {
112
return
Array.from(bundles.values());
113
}
114
115
export
function
getServerBundle(id: string): LspServerBundle | null {
116
const
owner = serverOwners.get(toKey(id));
Callers
1
list
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected