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

Function binStringToBluffer

lib/index-browser.js:815–817  ·  view source on GitHub ↗
(binString, type)

Source from the content-addressed store, hash-verified

813}
814
815function binStringToBluffer(binString, type) {
816 return createBlob([binaryStringToArrayBuffer(binString)], {type});
817}
818
819function b64ToBluffer(b64, type) {
820 return binStringToBluffer(thisAtob(b64), type);

Callers 3

b64ToBlufferFunction · 0.70
preprocessStringFunction · 0.70
HttpPouchFunction · 0.70

Calls 2

createBlobFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…