Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Acode-Foundation/Acode
/ isCustomServer
Function
isCustomServer
src/settings/lspConfigUtils.js:35–37 ·
view source on GitHub ↗
(id)
Source
from the content-addressed store, hash-verified
33
}
34
35
export
function
isCustomServer(id) {
36
return
getServerOverride(id).custom === true;
37
}
38
39
export
async
function
updateServerConfig(serverId, partial) {
40
const
key = normalizeServerId(serverId);
Callers
2
buildSnapshot
Function · 0.90
lspServerDetail
Function · 0.90
Calls
1
getServerOverride
Function · 0.85
Tested by
no test coverage detected