MCPcopy Create free account
hub / github.com/EvoMap/evolver / validNodeSecret

Function validNodeSecret

src/proxy/lifecycle/manager.js:381–383  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

379];
380
381function validNodeSecret(value) {
382 return typeof value === 'string' && NODE_SECRET_RE.test(value);
383}
384
385function getEnvNodeSecret() {
386 return ((process.env.A2A_NODE_SECRET || process.env.EVOMAP_NODE_SECRET || '').trim() || null);

Callers 5

fingerprintNodeSecretFunction · 0.85
nodeSecretVersionMethod · 0.85
_resolveNodeSecretMethod · 0.85
helloMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected