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

Function getProxyToken

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

Source from the content-addressed store, hash-verified

98}
99
100function getProxyToken() {
101 const settings = readSettings();
102 return settings.proxy?.token || null;
103}
104
105module.exports = {
106 readSettings,

Callers 3

_requestFunction · 0.85
_proxyRequestFunction · 0.85
requestJsonFunction · 0.85

Calls 1

readSettingsFunction · 0.85

Tested by

no test coverage detected