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

Function httpViewCleanup

lib/index-browser.es.js:8967–8973  ·  view source on GitHub ↗
(db)

Source from the content-addressed store, hash-verified

8965 }
8966
8967 async function httpViewCleanup(db) {
8968 const response = await db.fetch('_view_cleanup', {
8969 headers: new h({'Content-Type': 'application/json'}),
8970 method: 'POST'
8971 });
8972 return response.json();
8973 }
8974
8975 async function localViewCleanup(db) {
8976 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…