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

Function rootIsMissing

lib/index.es.js:4714–4716  ·  view source on GitHub ↗
(docInfo)

Source from the content-addressed store, hash-verified

4712}
4713
4714function rootIsMissing(docInfo) {
4715 return docInfo.metadata.rev_tree[0].ids[1].status === 'missing';
4716}
4717
4718function processDocs(revLimit, docInfos, api, fetchedDocs, tx, results,
4719 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…