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

Function IdbPouch

lib/index-browser.js:5869–5875  ·  view source on GitHub ↗
(opts, callback)

Source from the content-addressed store, hash-verified

5867var openReqList = new Map();
5868
5869function IdbPouch(opts, callback) {
5870 var api = this;
5871
5872 enqueueTask(function (thisCallback) {
5873 init(api, opts, thisCallback);
5874 }, callback, api.constructor);
5875}
5876
5877function init(api, opts, callback) {
5878

Callers

nothing calls this directly

Calls 2

enqueueTaskFunction · 0.70
initFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…