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

Function hasManagedProxyMarker

src/proxy/clientSettings.js:132–134  ·  view source on GitHub ↗
(settings)

Source from the content-addressed store, hash-verified

130}
131
132function hasManagedProxyMarker(settings) {
133 return settings && settings._evomap_proxy_client_env?.managed_by === MANAGED_BY;
134}
135
136function isManagedProxyBaseUrl(settings, cfg, value, opts = {}) {
137 const baseUrl = normalizeUrl(value);

Callers 2

isManagedProxyBaseUrlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected