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

Function docWritten

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

Source from the content-addressed store, hash-verified

4643 var numDone = 0;
4644
4645 function docWritten() {
4646 if (++numDone < docs.length) {
4647 nextDoc();
4648 } else {
4649 checkAllDocsDone();
4650 }
4651 }
4652 function nextDoc() {
4653 var value = docs[numDone];
4654 var currentDoc = value[0];

Callers

nothing calls this directly

Calls 2

nextDocFunction · 0.70
checkAllDocsDoneFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…