Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apache/pouchdb
/ addTask
Method
addTask
lib/index.es.js:2523–2528 ·
view source on GitHub ↗
(fun)
Source
from the content-addressed store, hash-verified
2521
}
2522
2523
addTask(fun) {
2524
this.queue.push(fun);
2525
if
(this.failed) {
2526
this.execute();
2527
}
2528
}
2529
}
2530
2531
function
parseAdapter(name, opts) {
Callers
2
adapterFun
Function · 0.45
constructor
Method · 0.45
Calls
1
execute
Method · 0.95
Tested by
no test coverage detected