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

Method ready

lib/index.es.js:2517–2521  ·  view source on GitHub ↗
(db)

Source from the content-addressed store, hash-verified

2515 }
2516
2517 ready(db) {
2518 this.isReady = true;
2519 this.db = db;
2520 this.execute();
2521 }
2522
2523 addTask(fun) {
2524 this.queue.push(fun);

Callers 2

_setupMethod · 0.45
replicateFunction · 0.45

Calls 1

executeMethod · 0.95

Tested by

no test coverage detected