Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
100
function
getProxyToken() {
101
const
settings = readSettings();
102
return
settings.proxy?.token || null;
103
}
104
105
module.exports = {
106
readSettings,
Callers
3
_request
Function · 0.85
_proxyRequest
Function · 0.85
requestJson
Function · 0.85
Calls
1
readSettings
Function · 0.85
Tested by
no test coverage detected