MCPcopy
hub / github.com/strongloop/loopback / conflictError

Function conflictError

test/replication.rest.test.js:692–696  ·  view source on GitHub ↗
(conflicts)

Source from the content-addressed store, hash-verified

690 }
691
692 function conflictError(conflicts) {
693 const err = new Error('Unexpected conflicts\n' +
694 conflicts.map(JSON.stringify).join('\n'));
695 err.name = 'ConflictError';
696 }
697
698 function carToString(c) {
699 return c.maker ? c.maker + ' ' + c.model : c.model;

Callers 3

seedConflictFunction · 0.85
replicateServerToLocalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…