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

Method addTask

lib/index-browser.js:2687–2692  ·  view source on GitHub ↗
(fun)

Source from the content-addressed store, hash-verified

2685 }
2686
2687 addTask(fun) {
2688 this.queue.push(fun);
2689 if (this.failed) {
2690 this.execute();
2691 }
2692 }
2693}
2694
2695function parseAdapter(name, opts) {

Callers 2

adapterFunFunction · 0.45
constructorMethod · 0.45

Calls 1

executeMethod · 0.95

Tested by

no test coverage detected