MCPcopy Index your code
hub / github.com/simstudioai/sim / cloneEnvVars

Function cloneEnvVars

apps/sim/lib/environment/utils.ts:35–37  ·  view source on GitHub ↗
(envVars: Record<string, string>)

Source from the content-addressed store, hash-verified

33}
34
35function cloneEnvVars(envVars: Record<string, string>): Record<string, string> {
36 return { ...envVars }
37}
38
39export function invalidateEffectiveDecryptedEnvCache(input: {
40 userId?: string

Callers 1

getEffectiveDecryptedEnvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected