MCPcopy Index your code
hub / github.com/apache/pouchdb / remove

Method remove

lib/index.es.js:2720–2723  ·  view source on GitHub ↗
(id, reason)

Source from the content-addressed store, hash-verified

2718
2719 /* eslint-disable no-unused-vars */
2720 remove(id, reason) {
2721 delete this.tasks[id];
2722 return this.tasks;
2723 }
2724
2725 update(id, updatedTask) {
2726 const task = this.tasks[id];

Callers 4

onErrorMethod · 0.45
onCompleteMethod · 0.45
updateViewInQueueFunction · 0.45
completeReplicationFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected