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

Function onAllDocsProcessed

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

Source from the content-addressed store, hash-verified

5005 }
5006
5007 function onAllDocsProcessed() {
5008 allDocsProcessed = true;
5009 updateDocCountIfReady();
5010 }
5011
5012 function idbProcessDocs() {
5013 processDocs(dbOpts.revs_limit, docInfos, api, fetchedDocs,

Callers

nothing calls this directly

Calls 1

updateDocCountIfReadyFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…