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

Function saveEnv

test/oauthLogin.test.js:41–45  ·  view source on GitHub ↗
(keys)

Source from the content-addressed store, hash-verified

39}
40
41function saveEnv(keys) {
42 const saved = {};
43 for (const key of keys) saved[key] = process.env[key];
44 return saved;
45}
46
47function restoreEnv(saved) {
48 for (const [key, value] of Object.entries(saved)) {

Callers 1

oauthLogin.test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected