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

Method ready

lib/index.js:2522–2526  ·  view source on GitHub ↗
(db)

Source from the content-addressed store, hash-verified

2520 }
2521
2522 ready(db) {
2523 this.isReady = true;
2524 this.db = db;
2525 this.execute();
2526 }
2527
2528 addTask(fun) {
2529 this.queue.push(fun);

Callers 2

_setupMethod · 0.45
replicateFunction · 0.45

Calls 1

executeMethod · 0.95

Tested by

no test coverage detected