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

Function onChangesError

lib/index.es.js:10146–10153  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

10144
10145
10146 function onChangesError(err) {
10147 changesPending = false;
10148 /* istanbul ignore if */
10149 if (returnValue.cancelled) {
10150 return completeReplication();
10151 }
10152 abortReplication('changes rejected', err);
10153 }
10154
10155
10156 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…