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

Function rootIsMissing

lib/index.js:4719–4721  ·  view source on GitHub ↗
(docInfo)

Source from the content-addressed store, hash-verified

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