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

Method addTask

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

Source from the content-addressed store, hash-verified

2526 }
2527
2528 addTask(fun) {
2529 this.queue.push(fun);
2530 if (this.failed) {
2531 this.execute();
2532 }
2533 }
2534}
2535
2536function parseAdapter(name, opts) {

Callers 2

adapterFunFunction · 0.45
constructorMethod · 0.45

Calls 1

executeMethod · 0.95

Tested by

no test coverage detected