Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/pouchdb
/ addTask
Method
addTask
lib/index.js:2528–2533 ·
view source on GitHub ↗
(fun)
Source
from the content-addressed store, hash-verified
2526
}
2527
2528
addTask(fun) {
2529
this.queue.push(fun);
2530
if
(this.failed) {
2531
this.execute();
2532
}
2533
}
2534
}
2535
2536
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