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

Function done

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

Source from the content-addressed store, hash-verified

917 }
918
919 function done() {
920 var raw = buffer.end(true);
921 var base64 = rawToBase64(raw);
922 callback(base64);
923 buffer.destroy();
924 }
925
926 function loadNextChunk() {
927 var start = currentChunk * chunkSize;

Callers 2

preprocessAttachmentsFunction · 0.70
processedAttachmentFunction · 0.70

Calls 2

rawToBase64Function · 0.70
destroyMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…