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

Function envStr

src/config.js:48–51  ·  view source on GitHub ↗
(key, fallback)

Source from the content-addressed store, hash-verified

46}
47
48function envStr(key, fallback) {
49 const v = process.env[key];
50 return (v !== undefined && v !== '') ? v : fallback;
51}
52
53// --- Network & A2A ---
54

Callers 2

config.test.jsFile · 0.85
config.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected