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

Function httpViewCleanup

lib/index.es.js:9004–9010  ·  view source on GitHub ↗
(db)

Source from the content-addressed store, hash-verified

9002 }
9003
9004 async function httpViewCleanup(db) {
9005 const response = await db.fetch('_view_cleanup', {
9006 headers: new Headers({'Content-Type': 'application/json'}),
9007 method: 'POST'
9008 });
9009 return response.json();
9010 }
9011
9012 async function localViewCleanup(db) {
9013 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…