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

Function rootIsMissing

lib/index-browser.js:4574–4576  ·  view source on GitHub ↗
(docInfo)

Source from the content-addressed store, hash-verified

4572}
4573
4574function rootIsMissing(docInfo) {
4575 return docInfo.metadata.rev_tree[0].ids[1].status === 'missing';
4576}
4577
4578function processDocs(revLimit, docInfos, api, fetchedDocs, tx, results,
4579 writeDoc, opts, overallCallback) {

Callers 1

insertDocFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…