MCPcopy 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
40function normalizeUrl(value) {
41 return String(value || '').trim().replace(/\/+$/, '');
42}
43
44function parseUrl(value) {
45 const raw = normalizeUrl(value);

Callers 7

parseUrlFunction · 0.85
safeUpstreamBaseUrlFunction · 0.85
isManagedProxyBaseUrlFunction · 0.85
syncClaudeProxySettingsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected