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

Function blobToBase64

lib/index.js:4491–4493  ·  view source on GitHub ↗
(blobOrBuffer, callback)

Source from the content-addressed store, hash-verified

4489// This function is unused in Node
4490
4491function blobToBase64(blobOrBuffer, callback) {
4492 callback(blobOrBuffer.toString('base64'));
4493}
4494
4495// not used in Node, but here for completeness
4496

Callers 2

preprocessAttachments$1Function · 0.70
fetchDataFunction · 0.70

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…