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

Function add

src/gep/cliContracts.js:954–956  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

952function knownLocalSecrets(deps) {
953 const secrets = new Set();
954 const add = value => {
955 if (typeof value === 'string' && value.length >= 8) secrets.add(value);
956 };
957 if (deps) add(deps.nodeSecret);
958 try { add(getHubNodeSecret(deps || {})); } catch (_) {}
959 for (const [key, value] of Object.entries(process.env)) {

Callers 1

knownLocalSecretsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected