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

Function queryView

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

Source from the content-addressed store, hash-verified

8839 }
8840
8841 function queryView(view, opts) {
8842 return sequentialize(getQueue(view), function () {
8843 return queryViewInQueue(view, opts);
8844 })();
8845 }
8846
8847 async function queryViewInQueue(view, opts) {
8848 let totalRows;

Callers 1

queryPromisedFunction · 0.70

Calls 3

sequentializeFunction · 0.70
getQueueFunction · 0.70
queryViewInQueueFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…