MCPcopy Create free account
hub / github.com/EvoMap/evolver / isValidReusableProxyToken

Function isValidReusableProxyToken

src/proxy/clientSettings.js:36–38  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

34}
35
36function isValidReusableProxyToken(value) {
37 return typeof value === 'string' && REUSABLE_PROXY_TOKEN_RE.test(value.trim());
38}
39
40function normalizeUrl(value) {
41 return String(value || '').trim().replace(/\/+$/, '');

Callers 5

syncClaudeProxySettingsFunction · 0.85
startMethod · 0.85
_handleRequestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected