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

Function setRuntimeUpstreamApiKey

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

Source from the content-addressed store, hash-verified

301 runtimeChanged = true;
302 };
303 const setRuntimeUpstreamApiKey = (value) => {
304 const upstreamApiKey = safeUpstreamToken(value, token);
305 if (!upstreamApiKey || upstreamApiKey === existingToken) return;
306 setRuntimeIfMissing('EVOMAP_ANTHROPIC_API_KEY', upstreamApiKey);
307 };
308
309 if (isManagedProxyUpstreamResidual(
310 settings,

Callers 1

syncClaudeProxySettingsFunction · 0.85

Calls 2

safeUpstreamTokenFunction · 0.85
setRuntimeIfMissingFunction · 0.85

Tested by

no test coverage detected