MCPcopy 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
20const clearEnv = () => {
21 for (const k of ENV_KEYS) delete process.env[k]
22}
23
24let envSnapshot: Partial<Record<(typeof ENV_KEYS)[number], string | undefined>>
25

Callers 1

tracingEnv.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected