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

Function updateView

lib/index-browser.es.js:8560–8564  ·  view source on GitHub ↗
(view, opts)

Source from the content-addressed store, hash-verified

8558 }
8559
8560 async function updateView(view, opts) {
8561 return sequentialize(getQueue(view), function () {
8562 return updateViewInQueue(view, opts);
8563 })();
8564 }
8565
8566 async function updateViewInQueue(view, opts) {
8567 // bind the emit function once

Callers 1

queryPromisedFunction · 0.70

Calls 3

sequentializeFunction · 0.70
getQueueFunction · 0.70
updateViewInQueueFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…