Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EvoMap/evolver
/ normalizeUrl
Function
normalizeUrl
src/proxy/clientSettings.js:40–42 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
38
}
39
40
function
normalizeUrl(value) {
41
return
String(value ||
''
).trim().replace(/\/+$/,
''
);
42
}
43
44
function
parseUrl(value) {
45
const
raw = normalizeUrl(value);
Callers
7
parseUrl
Function · 0.85
safeUpstreamBaseUrl
Function · 0.85
isManagedProxyBaseUrl
Function · 0.85
isManagedProxyUpstreamResidual
Function · 0.85
safeStoredUpstreamBaseUrl
Function · 0.85
readReusableClientProxyToken
Function · 0.85
syncClaudeProxySettings
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected