Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
function
restoreEnv(): void {
62
for
(
const
key of envKeys) {
63
restoreEnvVar(key, originalEnv[key])
64
}
65
}
66
67
function
setStableTestRuntime(): void {
68
process.env.NODE_ENV =
'development'
Callers
1
LeaseManager.test.ts
File · 0.70
Calls
1
restoreEnvVar
Function · 0.70
Tested by
no test coverage detected