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

Method ready

lib/index-browser.js:2681–2685  ·  view source on GitHub ↗
(db)

Source from the content-addressed store, hash-verified

2679 }
2680
2681 ready(db) {
2682 this.isReady = true;
2683 this.db = db;
2684 this.execute();
2685 }
2686
2687 addTask(fun) {
2688 this.queue.push(fun);

Callers 2

_setupMethod · 0.45
replicateFunction · 0.45

Calls 1

executeMethod · 0.95

Tested by

no test coverage detected