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

Function getEnvNodeSecret

src/proxy/lifecycle/manager.js:385–387  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 4

constructorMethod · 0.85
helloMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected