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

Function httpViewCleanup

lib/index-browser.js:8971–8977  ·  view source on GitHub ↗
(db)

Source from the content-addressed store, hash-verified

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