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