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

Function isPublishSigningAuthError

src/gep/cliContracts.js:419–422  ·  view source on GitHub ↗
(error)

Source from the content-addressed store, hash-verified

417}
418
419function isPublishSigningAuthError(error) {
420 const msg = String(error && error.message || error || '');
421 return /node_secret|signing|authentication required|Hub URL is required/i.test(msg);
422}
423
424function cloneJson(value) {
425 return JSON.parse(JSON.stringify(value));

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected