MCPcopy
hub / github.com/apache/pouchdb / finish

Function finish

lib/index-browser.js:5826–5831  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5824 }
5825
5826 function finish() {
5827 opts.complete(null, {
5828 results,
5829 last_seq: lastSeq
5830 });
5831 }
5832
5833 function onTxnComplete() {
5834 if (!opts.continuous && opts.attachments) {

Callers 4

verifyAttachmentsFunction · 0.70
checkDoneFunction · 0.70
onTxnCompleteFunction · 0.70
initFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…