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

Function customViewCleanup

lib/index.js:8451–8460  ·  view source on GitHub ↗
(db)

Source from the content-addressed store, hash-verified

8449 // and override the default behavior
8450 /* istanbul ignore next */
8451 function customViewCleanup(db) {
8452 return new Promise(function (resolve, reject) {
8453 db._viewCleanup(function (err, res$$1) {
8454 if (err) {
8455 return reject(err);
8456 }
8457 resolve(res$$1);
8458 });
8459 });
8460 }
8461
8462 function defaultsTo(value) {
8463 return function (reason) {

Callers 1

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