MCPcopy Create free account
hub / github.com/apache/pouchdb / isGenOne

Function isGenOne

lib/index.js:8137–8141  ·  view source on GitHub ↗
(changes)

Source from the content-addressed store, hash-verified

8135}
8136
8137function isGenOne(changes) {
8138 // only return true if the current change is 1-
8139 // and there are no other leafs
8140 return changes.length === 1 && /^1-/.test(changes[0].rev);
8141}
8142
8143function emitError(db, e, data) {
8144 try {

Callers 1

getMetaDocFunction · 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…