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

Function httpViewCleanup

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

Source from the content-addressed store, hash-verified

9007 }
9008
9009 async function httpViewCleanup(db) {
9010 const response = await db.fetch('_view_cleanup', {
9011 headers: new nodeFetch.Headers({'Content-Type': 'application/json'}),
9012 method: 'POST'
9013 });
9014 return response.json();
9015 }
9016
9017 async function localViewCleanup(db) {
9018 try {

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…