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

Function getQueue

lib/index-browser.es.js:8551–8558  ·  view source on GitHub ↗
(view)

Source from the content-addressed store, hash-verified

8549 }
8550
8551 function getQueue(view) {
8552 const viewName = typeof view === 'string' ? view : view.name;
8553 let queue = persistentQueues[viewName];
8554 if (!queue) {
8555 queue = persistentQueues[viewName] = new TaskQueue$1();
8556 }
8557 return queue;
8558 }
8559
8560 async function updateView(view, opts) {
8561 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…