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

Function getDefaultRuntimeSetting

src/cm/lsp/runtimeSettings.ts:126–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124}
125
126export function getDefaultRuntimeSetting(): string {
127 return toRuntimeId(appSettings.value?.lsp?.runtime?.default) || AUTO_RUNTIME_ID;
128}
129
130export function getServerRuntimeSetting(serverId: string): string {
131 const normalizedServerId = String(serverId || "")

Callers

nothing calls this directly

Calls 1

toRuntimeIdFunction · 0.85

Tested by

no test coverage detected