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

Function matchSecretDivergenceReason

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

Source from the content-addressed store, hash-verified

398}
399
400function matchSecretDivergenceReason(value) {
401 const reason = String(value || '').trim().toLowerCase();
402 if (!reason) return null;
403 return SECRET_DIVERGENCE_REASON_CODES.find((code) => reason.includes(code)) || null;
404}
405
406function extractSecretDivergenceReason(data) {
407 const candidates = [

Callers 2

isSecretDivergenceErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected