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

Function updateView

lib/index.js:8602–8606  ·  view source on GitHub ↗
(view, opts)

Source from the content-addressed store, hash-verified

8600 }
8601
8602 async function updateView(view, opts) {
8603 return sequentialize(getQueue(view), function () {
8604 return updateViewInQueue(view, opts);
8605 })();
8606 }
8607
8608 async function updateViewInQueue(view, opts) {
8609 // 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…