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

Function isSecretDivergenceError

src/proxy/lifecycle/manager.js:420–422  ·  view source on GitHub ↗
(error)

Source from the content-addressed store, hash-verified

418}
419
420function isSecretDivergenceError(error) {
421 return error === SECRET_DIVERGENCE_ERROR || Boolean(matchSecretDivergenceReason(error));
422}
423
424function safeHubErrorCode(data, statusCode) {
425 const candidates = [

Callers 1

reAuthenticateMethod · 0.85

Calls 1

Tested by

no test coverage detected