MCPcopy
hub / github.com/apache/pouchdb / addTask

Method addTask

lib/index.es.js:2523–2528  ·  view source on GitHub ↗
(fun)

Source from the content-addressed store, hash-verified

2521 }
2522
2523 addTask(fun) {
2524 this.queue.push(fun);
2525 if (this.failed) {
2526 this.execute();
2527 }
2528 }
2529}
2530
2531function parseAdapter(name, opts) {

Callers 2

adapterFunFunction · 0.45
constructorMethod · 0.45

Calls 1

executeMethod · 0.95

Tested by

no test coverage detected