MCPcopy Create free account
hub / github.com/Noumena-Network/code / restoreEnv

Function restoreEnv

src/auth/runtime/LeaseManager.test.ts:61–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59}
60
61function restoreEnv(): void {
62 for (const key of envKeys) {
63 restoreEnvVar(key, originalEnv[key])
64 }
65}
66
67function setStableTestRuntime(): void {
68 process.env.NODE_ENV = 'development'

Callers 1

Calls 1

restoreEnvVarFunction · 0.70

Tested by

no test coverage detected