Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
95
function
getProxyUrl() {
96
const
settings = readSettings();
97
return
settings.proxy?.url || null;
98
}
99
100
function
getProxyToken() {
101
const
settings = readSettings();
Callers
4
_request
Function · 0.85
_proxyRequest
Function · 0.85
_post
Function · 0.85
_get
Function · 0.85
Calls
1
readSettings
Function · 0.85
Tested by
no test coverage detected