Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Acode-Foundation/Acode
/ normalizeServerId
Function
normalizeServerId
src/settings/lspConfigUtils.js:8–12 ·
view source on GitHub ↗
(id)
Source
from the content-addressed store, hash-verified
6
}
7
8
export
function
normalizeServerId(id) {
9
return
String(id ||
""
)
10
.trim()
11
.toLowerCase();
12
}
13
14
export
function
normalizeLanguages(value) {
15
if
(Array.isArray(value)) {
Callers
5
callback
Function · 0.90
getServerOverride
Function · 0.85
updateServerConfig
Function · 0.85
upsertCustomServer
Function · 0.85
removeCustomServer
Function · 0.85
Calls
1
String
Interface · 0.85
Tested by
no test coverage detected