MCPcopy
hub / github.com/apache/pouchdb / updateView

Function updateView

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

Source from the content-addressed store, hash-verified

8562 }
8563
8564 async function updateView(view, opts) {
8565 return sequentialize(getQueue(view), function () {
8566 return updateViewInQueue(view, opts);
8567 })();
8568 }
8569
8570 async function updateViewInQueue(view, opts) {
8571 // 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…