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

Function getRuntimeSettings

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

Source from the content-addressed store, hash-verified

17}
18
19function getRuntimeSettings(): RuntimeSettings {
20 const runtime = appSettings.value?.lsp?.runtime;
21 return runtime && typeof runtime === "object" ? runtime : {};
22}
23
24function getWorkspaceRuntimeOverride(
25 settings: RuntimeSettings,

Callers 1

getConfiguredRuntimeIdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected