Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apache/pouchdb
/ addTask
Method
addTask
lib/index-browser.js:2687–2692 ·
view source on GitHub ↗
(fun)
Source
from the content-addressed store, hash-verified
2685
}
2686
2687
addTask(fun) {
2688
this.queue.push(fun);
2689
if
(this.failed) {
2690
this.execute();
2691
}
2692
}
2693
}
2694
2695
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