Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlowiseAI/Flowise
/ clearEnv
Function
clearEnv
packages/components/src/tracingEnv.test.ts:20–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
] as
const
19
20
const
clearEnv = () => {
21
for
(
const
k of ENV_KEYS) delete process.env[k]
22
}
23
24
let
envSnapshot: Partial<Record<(typeof ENV_KEYS)[number], string | undefined>>
25
Callers
1
tracingEnv.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected