Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_setup
Method · 0.45
replicate
Function · 0.45
Calls
1
execute
Method · 0.95
Tested by
no test coverage detected