MCPcopy
hub / github.com/apache/pouchdb / isNotSingleDoc

Function isNotSingleDoc

lib/index.es.js:1648–1650  ·  view source on GitHub ↗
(doc)

Source from the content-addressed store, hash-verified

1646}
1647
1648function isNotSingleDoc(doc) {
1649 return doc === null || typeof doc !== 'object' || Array.isArray(doc);
1650}
1651
1652const validRevRegex = /^\d+-[^-]*$/;
1653function isValidRev(rev$$1) {

Callers 1

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