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

Method remove

lib/index-browser.js:2885–2888  ·  view source on GitHub ↗
(id, reason)

Source from the content-addressed store, hash-verified

2883
2884 /* eslint-disable no-unused-vars */
2885 remove(id, reason) {
2886 delete this.tasks[id];
2887 return this.tasks;
2888 }
2889
2890 update(id, updatedTask) {
2891 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