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

Function binStringToBluffer

lib/index.js:4485–4487  ·  view source on GitHub ↗
(binString, type)

Source from the content-addressed store, hash-verified

4483// From http://stackoverflow.com/questions/14967647/ (continues on next line)
4484
4485function binStringToBluffer(binString, type) {
4486 return typedBuffer(binString, 'binary', type);
4487}
4488
4489// This function is unused in Node
4490

Callers 2

fetchAttachmentFunction · 0.70
HttpPouchFunction · 0.70

Calls 1

typedBufferFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…