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

Function getRuntimeProvider

src/cm/lsp/runtimeProviders.ts:108–110  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

106}
107
108export function getRuntimeProvider(id: string): LspRuntimeProvider | null {
109 return providers.get(toKey(id)) ?? null;
110}
111
112export function listRuntimeProviders(): LspRuntimeProvider[] {
113 return Array.from(providers.values()).sort(

Callers 2

getFunction · 0.90
selectRuntimeProviderFunction · 0.85

Calls 2

toKeyFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected