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

Function getServerOverride

src/settings/lspConfigUtils.js:31–33  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

29}
30
31export function getServerOverride(id) {
32 return appSettings.value?.lsp?.servers?.[normalizeServerId(id)] || {};
33}
34
35export function isCustomServer(id) {
36 return getServerOverride(id).custom === true;

Callers 6

getMergedConfigFunction · 0.90
buildSnapshotFunction · 0.90
lspServerDetailFunction · 0.90
createPageFunction · 0.90
isCustomServerFunction · 0.85
upsertCustomServerFunction · 0.85

Calls 1

normalizeServerIdFunction · 0.85

Tested by

no test coverage detected