()
| 383 | } |
| 384 | |
| 385 | function getEnvNodeSecret() { |
| 386 | return ((process.env.A2A_NODE_SECRET || process.env.EVOMAP_NODE_SECRET || '').trim() || null); |
| 387 | } |
| 388 | |
| 389 | function fingerprintNodeSecret(secret) { |
| 390 | if (!validNodeSecret(secret)) return null; |
no outgoing calls
no test coverage detected