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

Function complete

lib/index-browser.js:5061–5068  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5059 }
5060
5061 function complete() {
5062 if (preconditionErrored) {
5063 return;
5064 }
5065
5066 changesHandler.notify(api._meta.name);
5067 callback(null, results);
5068 }
5069
5070 function verifyAttachment(digest, callback) {
5071

Callers 2

constructorMethod · 0.70
onChangesCompleteFunction · 0.70

Calls 3

getChangesFunction · 0.70
processPendingBatchFunction · 0.70
notifyMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…