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

Function getQueue

lib/index-browser.js:8555–8562  ·  view source on GitHub ↗
(view)

Source from the content-addressed store, hash-verified

8553 }
8554
8555 function getQueue(view) {
8556 const viewName = typeof view === 'string' ? view : view.name;
8557 let queue = persistentQueues[viewName];
8558 if (!queue) {
8559 queue = persistentQueues[viewName] = new TaskQueue$1();
8560 }
8561 return queue;
8562 }
8563
8564 async function updateView(view, opts) {
8565 return sequentialize(getQueue(view), function () {

Callers 3

updateViewFunction · 0.70
queryViewFunction · 0.70
localViewCleanupFunction · 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…