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

Method _effectiveEnvNodeSecret

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

Source from the content-addressed store, hash-verified

671 }
672
673 _effectiveEnvNodeSecret() {
674 const envSecret = getEnvNodeSecret();
675 return this._isEnvNodeSecretSuppressed(envSecret) ? null : envSecret;
676 }
677
678 _isEnvNodeSecretSuppressed(envSecret) {
679 this._envSuppressionClearedForSecret = null;

Callers 2

nodeSecretVersionMethod · 0.95
_resolveNodeSecretMethod · 0.95

Calls 2

getEnvNodeSecretFunction · 0.85

Tested by

no test coverage detected