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

Function select

src/cm/lsp/api.ts:109–114  ·  view source on GitHub ↗
(
		server: LspServerDefinition,
		context?: LspRuntimeContext,
	)

Source from the content-addressed store, hash-verified

107 return listRuntimeProviders();
108 },
109 select(
110 server: LspServerDefinition,
111 context?: LspRuntimeContext,
112 ): Promise<LspRuntimeProvider | null> {
113 return selectRuntimeProvider(server, context);
114 },
115};
116
117export const registerRuntime = runtimes.register;

Callers 7

showCodeActionsMenuFunction · 0.70
settingsPage.jsFile · 0.50
showMoreOptionsMethod · 0.50
fontManager.jsFile · 0.50
customTheme.jsFile · 0.50
contextMenuHandlerFunction · 0.50
createFunction · 0.50

Calls 1

selectRuntimeProviderFunction · 0.90

Tested by

no test coverage detected