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

Function getProxyUrl

src/proxy/server/settings.js:95–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93}
94
95function getProxyUrl() {
96 const settings = readSettings();
97 return settings.proxy?.url || null;
98}
99
100function getProxyToken() {
101 const settings = readSettings();

Callers 4

_requestFunction · 0.85
_proxyRequestFunction · 0.85
_postFunction · 0.85
_getFunction · 0.85

Calls 1

readSettingsFunction · 0.85

Tested by

no test coverage detected