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

Function postprocessAttachments

lib/index.es.js:8238–8245  ·  view source on GitHub ↗
(opts)

Source from the content-addressed store, hash-verified

8236 }
8237
8238 function postprocessAttachments(opts) {
8239 return function (res$$1) {
8240 if (opts.include_docs && opts.attachments && opts.binary) {
8241 readAttachmentsAsBlobOrBuffer(res$$1);
8242 }
8243 return res$$1;
8244 };
8245 }
8246
8247 function addHttpParam(paramName, opts, params, asJson) {
8248 // add an http param from opts to params, optionally json-encoded

Callers 1

httpQueryFunction · 0.70

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…