MCPcopy Index your code
hub / github.com/FlowiseAI/Flowise / resetTracingEnvCache

Function resetTracingEnvCache

packages/components/src/tracingEnv.ts:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34
35/** @internal Test-only: drop cached env-var tracing configs so a subsequent call re-reads env. */
36export const resetTracingEnvCache = (): void => {
37 tracingEnvConfigCache.clear()
38}
39
40/**
41 * Env var flags that activate LangChain's built-in auto-tracer (see @langchain/core

Callers 2

tracingEnv.test.tsFile · 0.90
handler.test.tsFile · 0.90

Calls 1

clearMethod · 0.65

Tested by

no test coverage detected