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

Function updateView

lib/index.es.js:8597–8601  ·  view source on GitHub ↗
(view, opts)

Source from the content-addressed store, hash-verified

8595 }
8596
8597 async function updateView(view, opts) {
8598 return sequentialize(getQueue(view), function () {
8599 return updateViewInQueue(view, opts);
8600 })();
8601 }
8602
8603 async function updateViewInQueue(view, opts) {
8604 // 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…