MCPcopy Index your code
hub / github.com/apache/pouchdb / onChangesError

Function onChangesError

lib/index.js:10151–10158  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

10149
10150
10151 function onChangesError(err) {
10152 changesPending = false;
10153 /* istanbul ignore if */
10154 if (returnValue.cancelled) {
10155 return completeReplication();
10156 }
10157 abortReplication('changes rejected', err);
10158 }
10159
10160
10161 function getChanges() {

Callers

nothing calls this directly

Calls 2

completeReplicationFunction · 0.70
abortReplicationFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…